aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Implement PAL_HALT_LIGHT now that the kernel halts the processorMarcel Moolenaar2003-11-092-0/+18
* Do not strip skiload when installed. The stripped binary does not loadMarcel Moolenaar2003-11-092-0/+2
* - Rename vm_map_clean() to vm_map_sync(). This better reflects the factAlan Cox2003-11-095-61/+78
* Port truss(1) to 64-bit architectures:Marcel Moolenaar2003-11-0911-113/+84
* Sprinkle GIANT_REQUIRED asserts around the xpt layer to aid with locking theScott Long2003-11-091-0/+58
* Update list of supported devices for ahbWarner Losh2003-11-091-1/+2
* Complete the variants of 1522/1520 cardsWarner Losh2003-11-091-2/+3
* AHA-1505 also alegedly supportedWarner Losh2003-11-091-2/+2
* Flesh out the list of supported devices for this driver.Warner Losh2003-11-091-3/+15
* o Update to closer to the official names for these cards.Warner Losh2003-11-091-9/+21
* Alternate version of rev 1.20.David E. O'Brien2003-11-091-1/+1
* Make this driver a little more style(9) compliantWarner Losh2003-11-094-206/+176
* Synchronize list of supported cards with hardware notes, reformatBruce A. Mah2003-11-091-5/+20
* If a thread in critical region got a synchronous signal, according currentDavid Xu2003-11-092-0/+4
* Mention Olicom OC2220, which is listed in the hardware notes andBruce A. Mah2003-11-091-0/+1
* Capitalize "Fast Ethernet" and "Ethernet" consistently.Bruce A. Mah2003-11-091-7/+7
* Synchronize manual page with hardware notes and reformat list ofBruce A. Mah2003-11-091-4/+21
* replace explicit changes to rt_refcnt by RT_ADDREF and RT_REMREFSam Leffler2003-11-0812-36/+48
* Remove the atkbd, psm, sc and vga devices. Most ia64 boxes out thereMarcel Moolenaar2003-11-082-16/+0
* Trim device entries for an(4), ray(4), and awi(4).Bruce A. Mah2003-11-082-96/+2
* divert socket fixups:Sam Leffler2003-11-083-16/+75
* assert optional inpcb is passed in lockedSam Leffler2003-11-081-0/+2
* add locking assertionsSam Leffler2003-11-081-4/+29
* assert inpcb is locked in udp_outputSam Leffler2003-11-081-0/+1
* o correct locking problem: the inpcb must be held across tcp_respondSam Leffler2003-11-084-36/+46
* use local values instead of chasing pointersSam Leffler2003-11-081-3/+2
* replace mtx_assert by INP_LOCK_ASSERTSam Leffler2003-11-081-3/+1
* add some missing lockingSam Leffler2003-11-081-17/+75
* the sbappendaddr call in socket_send must be protected by GiantSam Leffler2003-11-081-0/+3
* add locking assertions that turn into noops if INET6 is configured;Sam Leffler2003-11-081-0/+17
* Mention Cisco and Xircom devices supported by an driver.Bruce A. Mah2003-11-081-4/+14
* o add a flags parameter to netisr_register that is used to specifySam Leffler2003-11-0817-57/+81
* Add /usr/share/security to reflect recent hookup of Makefile andRobert Watson2003-11-081-0/+3
* Makefile.inc wasn't needed; this is a left-over of other files presentRobert Watson2003-11-082-3/+1
* If available, also print the lomac label by default for processes, files,Robert Watson2003-11-081-3/+3
* Trim the following device sections and refer to device lists inBruce A. Mah2003-11-082-382/+6
* Remove trailing commas from device list.Bruce A. Mah2003-11-081-3/+3
* Add SOHO(PRAGMATIC) UE-1211C from the pc98 hardware notes.Bruce A. Mah2003-11-081-0/+2
* Capitalize "Ethernet" and "Fast Ethernet" consistently. No otherBruce A. Mah2003-11-081-5/+5
* Sort devices. In the process, remove a duplicate entry for the AcctonBruce A. Mah2003-11-081-25/+23
* People are blindly coping this example refuse file. Doing so breaksGregory Neil Shapiro2003-11-082-6/+3
* Move post dmamap_load processes into the callback function.Hidetoshi Shimokawa2003-11-081-19/+20
* Cross-reference pgfind(9) and pfind(9) from each others manual pages.Joseph Koshy2003-11-082-0/+4
* I've had a couple of reports that the Sony Clie_40 doesn't need theJosef Karthauser2003-11-081-1/+1
* Don't be so chatty when performing manual sense. This should make ATAPICAMScott Long2003-11-081-2/+2
* Add manpage link wd.4 -> wdc.4Hideyuki KURASHINA2003-11-082-1/+3
* Remove the NOGIANT flag again, it was premature.Søren Schmidt2003-11-081-1/+1
* 1. Fixed leakage of a file descriptor for every non-fatal failure inBruce Evans2003-11-081-1/+3
* Move a MD 32 bit binary support routine into the MD areas. exec_setregsPeter Wemm2003-11-083-45/+43
* RegenPeter Wemm2003-11-084-7/+7