summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Break out mac_check_pipe_op() into component check entry points:rwatson2002-08-1919-122/+684
* Don't read the PCI config space during mii operations. Instead save whetherambrisko2002-08-192-3/+9
* Break out mac_check_vnode_op() into three seperate checks:rwatson2002-08-1923-189/+764
* 1. Allow information about current history size be retrieved using ioctl(2);sobomax2002-08-192-5/+47
* Cater for ich4 quirks.orion2002-08-192-9/+29
* Assert process locks in proces-related access control checks.rwatson2002-08-199-0/+54
* Add a missing vnode assertion for the exec() check.rwatson2002-08-199-0/+18
* Implement user-setable promiscuous mode (a new `promisc' flag for ifconfig(8)).sobomax2002-08-193-3/+15
* First snapshot of UFS2 EA support.phk2002-08-191-7/+228
* Remove the SIS_LOCK/SIS_UNLOCK from sis_attach(). It makes WITNESSphk2002-08-191-3/+0
* Keep a copy of the credential used to mount filesystems around sophk2002-08-193-4/+9
* Raise limit for port lists to 30 entries/ranges.luigi2002-08-191-6/+4
* Added rules to generate .c files from .m files. Run mkdep on these .cbde2002-08-191-3/+10
* A side effect of some debugging: prototypify and deregister.phk2002-08-181-45/+18
* Finished removing env(1) commands, as in rev.1.13 but non-broken. Setbde2002-08-181-5/+5
* Apply reference counting patch. Fixes problem of two applicationsorion2002-08-181-35/+33
* Fix args for contigmalloc, cosmetics.sos2002-08-183-85/+88
* Add dev# for pst driversos2002-08-181-0/+1
* Use uhci_pci_match to return the device description and rework thejoe2002-08-182-56/+44
* Add a comment to remind that uhci_pci_match will never return NULL.joe2002-08-182-12/+22
* Increase size of ifnet.if_flags from 16 bits (short) to 32 bits (int). To avoidsobomax2002-08-1816-50/+50
* Catch up to rev 1.8 of sys/alpha/osf1/osf1_mount.c.mike2002-08-181-1/+2
* Fix warning. These structs should probably be removed altogether.jake2002-08-181-0/+2
* Forgot this in last commit.jake2002-08-181-2/+2
* o Simplify the ptphint test in pmap_release_free_page(). In other words,alc2002-08-182-2/+2
* Add pmap support for user mappings of multiple page sizes (super pages).jake2002-08-1810-380/+481
* Fix VRA configuration.orion2002-08-181-3/+6
* Consolidate the device recognition code.joe2002-08-182-114/+8
* Now that NEWCARD is gone, NEWCARD.hints is even less necessary.imp2002-08-171-80/+0
* Implement TCP bandwidth delay product window limiting, similar to (butdillon2002-08-177-0/+338
* If we're using ancient (pre 1.17.0) 2100 f/w (for the cards that cannotmjacob2002-08-171-22/+63
* We only do isp_reinit from isp_async if ISP_FW_CRASH_DUMP is defined-mjacob2002-08-171-0/+12
* Fix the incorrect parsing of the Risc2Host isr. For RIO_16,mjacob2002-08-171-1/+13
* Add ICBXOPT_ZIO definition.mjacob2002-08-171-0/+1
* Add ISPASYNC_FW_DUMPED async event.mjacob2002-08-171-0/+3
* Support for VIA VT8233 audio controller.orion2002-08-176-1/+812
* Remove support for the vt8233. Specs for chipset changed mid-revisionorion2002-08-172-200/+75
* In continuation of early fileop credential changes, modify fo_ioctl() torwatson2002-08-1722-79/+138
* Cosmetic-only changes for readability.hsu2002-08-172-652/+556
* Revert change to detect multiply PHYs in mii code. There might be casesambrisko2002-08-162-5/+7
* Updates to cmd6workaround:njl2002-08-161-15/+18
* Further improved the performance of sbreserve() by moving the calculationdg2002-08-162-10/+52
* Wrap maintenance of varios nmac{objectname} counters in MAC_DEBUG so werwatson2002-08-1611-0/+416
* Correct white space nits that crept in during my recent merges ofrwatson2002-08-162-3/+3
* Make similar changes to fo_stat() and fo_poll() as made earlier torwatson2002-08-1616-82/+101
* MFNetBSD: 1.51joe2002-08-161-4/+5
* MFNetBSD: (1.50) Get rid of trailing white space.joe2002-08-161-5/+5
* sys/netinet/ip_fw2.c:luigi2002-08-161-47/+116
* MFNetBSD:joe2002-08-161-6/+6
* make the strings for tcptimers, tanames and prurequests const to silencealfred2002-08-163-3/+3
OpenPOWER on IntegriCloud