summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* 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
* forgot to actually commit the DK/FS TYPES split, do it now.alfred2002-08-163-3/+3
* fix comment typo: naem -> namealfred2002-08-161-1/+1
* Hide 'struct ucred' behind '#ifdef _KERNEL', this should stop userlandalfred2002-08-161-0/+2
* When a cluster entry for ``.'' is set to 0, msdosfs fails to handle ittrhodes2002-08-161-0/+11
* Rewrote the space check algorithm in sbreserve() so that the extremelydg2002-08-162-2/+2
* Use symbolic constants instead of magic address constants.jake2002-08-161-1/+1
* Minor style. Removed unused declaration.jake2002-08-161-2/+1
* Removed unneeded pmap_initialized flag.jake2002-08-161-4/+0
* Demark sections of code that need special fault handling with labels.jake2002-08-165-148/+169
* UHCI_DEBUG -> USB_DEBUG.joe2002-08-152-2/+2
* For some reason, the flags and td arguments in the fo_read prototyperwatson2002-08-151-1/+1
* Code formatting sync to trustedbsd_mac: don't perform an assignmentrwatson2002-08-151-2/+2
* Remove a case of exposing 'struct ucred' to userspace. Use a struct xucredalfred2002-08-152-2/+2
* Remove cam_extend.c from sources to unbreak modules.alfred2002-08-151-1/+1
* Correct a minor whitespace nit that sneaked in with my previous commit.rwatson2002-08-151-1/+1
OpenPOWER on IntegriCloud