aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Stop trying to align malloc()ed memory. Rely on malloc() instead, just likeSemen Ustimenko2002-08-192-24/+17
* Close a race in process label changing opened due to dropping theRobert Watson2002-08-199-63/+90
* Do not reset card in epic_freebsd_attach() as reset is done inSemen Ustimenko2002-08-191-7/+0
* Regen.Robert Watson2002-08-195-6/+6
* mac_syscall is now implemented, switch to MSTD.Robert Watson2002-08-191-1/+1
* Enclose IPv6 addresses in brackets when they are displayed printable with aJuli Mallett2002-08-193-7/+15
* Fix a couple of bogus return values in previous commit.Brooks Davis2002-08-191-3/+2
* Pass active_cred and file_cred into the MAC framework explicitlyRobert Watson2002-08-1924-196/+302
* Fix buffer length.Søren Schmidt2002-08-191-1/+1
* Fix typo.Søren Schmidt2002-08-191-1/+1
* Provide an implementation of mac_syscall() so that security modulesRobert Watson2002-08-1913-2/+370
* Clean up a comment talking about C strings, which are terminated with theJuli Mallett2002-08-191-4/+4
* Break out mac_check_pipe_op() into component check entry points:Robert Watson2002-08-1919-122/+684
* Don't read the PCI config space during mii operations. Instead save whetherDoug Ambrisko2002-08-192-3/+9
* Break out mac_check_vnode_op() into three seperate checks:Robert Watson2002-08-1923-189/+764
* 1. Allow information about current history size be retrieved using ioctl(2);Maxim Sobolev2002-08-192-5/+47
* Cater for ich4 quirks.Orion Hodson2002-08-192-9/+29
* Assert process locks in proces-related access control checks.Robert Watson2002-08-199-0/+54
* Add a missing vnode assertion for the exec() check.Robert Watson2002-08-199-0/+18
* Implement user-setable promiscuous mode (a new `promisc' flag for ifconfig(8)).Maxim Sobolev2002-08-193-3/+15
* First snapshot of UFS2 EA support.Poul-Henning Kamp2002-08-191-7/+228
* Remove the SIS_LOCK/SIS_UNLOCK from sis_attach(). It makes WITNESSPoul-Henning Kamp2002-08-191-3/+0
* Keep a copy of the credential used to mount filesystems around soPoul-Henning Kamp2002-08-193-4/+9
* Raise limit for port lists to 30 entries/ranges.Luigi Rizzo2002-08-191-6/+4
* Added rules to generate .c files from .m files. Run mkdep on these .cBruce Evans2002-08-191-3/+10
* A side effect of some debugging: prototypify and deregister.Poul-Henning Kamp2002-08-181-45/+18
* Finished removing env(1) commands, as in rev.1.13 but non-broken. SetBruce Evans2002-08-181-5/+5
* Apply reference counting patch. Fixes problem of two applicationsOrion Hodson2002-08-181-35/+33
* Fix args for contigmalloc, cosmetics.Søren Schmidt2002-08-183-83/+86
* Add dev# for pst driverSøren Schmidt2002-08-181-0/+1
* Use uhci_pci_match to return the device description and rework theJosef Karthauser2002-08-182-56/+44
* Add a comment to remind that uhci_pci_match will never return NULL.Josef Karthauser2002-08-182-12/+22
* Increase size of ifnet.if_flags from 16 bits (short) to 32 bits (int). To avoidMaxim Sobolev2002-08-1816-50/+50
* Catch up to rev 1.8 of sys/alpha/osf1/osf1_mount.c.Mike Barcroft2002-08-181-1/+2
* Fix warning. These structs should probably be removed altogether.Jake Burkholder2002-08-181-0/+2
* Forgot this in last commit.Jake Burkholder2002-08-181-2/+2
* o Simplify the ptphint test in pmap_release_free_page(). In other words,Alan Cox2002-08-182-2/+2
* Add pmap support for user mappings of multiple page sizes (super pages).Jake Burkholder2002-08-1810-378/+479
* Fix VRA configuration.Orion Hodson2002-08-181-3/+6
* Consolidate the device recognition code.Josef Karthauser2002-08-182-114/+8
* Now that NEWCARD is gone, NEWCARD.hints is even less necessary.Warner Losh2002-08-171-80/+0
* Implement TCP bandwidth delay product window limiting, similar to (butMatthew Dillon2002-08-177-0/+338
* If we're using ancient (pre 1.17.0) 2100 f/w (for the cards that cannotMatt Jacob2002-08-171-22/+63
* We only do isp_reinit from isp_async if ISP_FW_CRASH_DUMP is defined-Matt Jacob2002-08-171-0/+12
* Fix the incorrect parsing of the Risc2Host isr. For RIO_16,Matt Jacob2002-08-171-1/+13
* Add ICBXOPT_ZIO definition.Matt Jacob2002-08-171-0/+1
* Add ISPASYNC_FW_DUMPED async event.Matt Jacob2002-08-171-0/+3
* Support for VIA VT8233 audio controller.Orion Hodson2002-08-176-1/+812
* Remove support for the vt8233. Specs for chipset changed mid-revisionOrion Hodson2002-08-172-200/+75
* In continuation of early fileop credential changes, modify fo_ioctl() toRobert Watson2002-08-1722-79/+138