aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* 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
* Cosmetic-only changes for readability.Jeffrey Hsu2002-08-172-652/+556
* Revert change to detect multiply PHYs in mii code. There might be casesDoug Ambrisko2002-08-162-5/+7
* Updates to cmd6workaround:Nate Lawson2002-08-161-15/+18
* Further improved the performance of sbreserve() by moving the calculationDavid Greenman2002-08-162-10/+52
* Wrap maintenance of varios nmac{objectname} counters in MAC_DEBUG so weRobert Watson2002-08-1611-0/+416
* Correct white space nits that crept in during my recent merges ofRobert Watson2002-08-162-3/+3
* Make similar changes to fo_stat() and fo_poll() as made earlier toRobert Watson2002-08-1616-82/+101
* MFNetBSD: 1.51Josef Karthauser2002-08-161-4/+5
* MFNetBSD: (1.50) Get rid of trailing white space.Josef Karthauser2002-08-161-5/+5
* sys/netinet/ip_fw2.c:Luigi Rizzo2002-08-161-47/+116
* MFNetBSD:Josef Karthauser2002-08-161-6/+6
* make the strings for tcptimers, tanames and prurequests const to silenceAlfred Perlstein2002-08-163-3/+3
* forgot to actually commit the DK/FS TYPES split, do it now.Alfred Perlstein2002-08-163-3/+3
* fix comment typo: naem -> nameAlfred Perlstein2002-08-161-1/+1
* Hide 'struct ucred' behind '#ifdef _KERNEL', this should stop userlandAlfred Perlstein2002-08-161-0/+2
* When a cluster entry for ``.'' is set to 0, msdosfs fails to handle itTom Rhodes2002-08-161-0/+11
* Rewrote the space check algorithm in sbreserve() so that the extremelyDavid Greenman2002-08-162-2/+2
* Use symbolic constants instead of magic address constants.Jake Burkholder2002-08-161-1/+1
* Minor style. Removed unused declaration.Jake Burkholder2002-08-161-2/+1
* Removed unneeded pmap_initialized flag.Jake Burkholder2002-08-161-4/+0
* Demark sections of code that need special fault handling with labels.Jake Burkholder2002-08-165-146/+167
* UHCI_DEBUG -> USB_DEBUG.Josef Karthauser2002-08-152-2/+2
* For some reason, the flags and td arguments in the fo_read prototypeRobert Watson2002-08-151-1/+1
* Code formatting sync to trustedbsd_mac: don't perform an assignmentRobert Watson2002-08-151-2/+2
* Remove a case of exposing 'struct ucred' to userspace. Use a struct xucredAlfred Perlstein2002-08-152-2/+2
* Remove cam_extend.c from sources to unbreak modules.Alfred Perlstein2002-08-151-1/+1
* Correct a minor whitespace nit that sneaked in with my previous commit.Robert Watson2002-08-151-1/+1
* Remove cam_extend.[ch] after all references to them were removed.Nate Lawson2002-08-152-145/+0
* In order to better support flexible and extensible access control,Robert Watson2002-08-1531-106/+145
* Remove usage of cam_extend.c, replace with dev->si_drv1Nate Lawson2002-08-1510-244/+74
* Move mac.h include to match the MAC tree location. Both locationsRobert Watson2002-08-151-1/+1
* Introduce experimental support for MAC in the AppleTalk/EtherTalk stack.Robert Watson2002-08-153-0/+28
* Rename mac_check_socket_receive() to mac_check_socket_deliver() so thatRobert Watson2002-08-1514-43/+43