summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Correct a number of serious and closely related bugs in the UNIX domainrwatson2005-11-101-50/+45
* Add the f_msgcount field to the set of struct file fields printed in showrwatson2005-11-101-4/+5
* Give a try to autoconfiguring the number of transmit and receiveglebius2005-11-102-7/+14
* Expanet of details printed for each file descriptor to include it'srwatson2005-11-101-5/+5
* Add a DDB "show files" command to list the current open file list, somerwatson2005-11-101-0/+73
* add set/read max address 48bit versionssos2005-11-101-0/+2
* Since union wait was removed in revision 1.17 (3 years, 5 months ago),davidxu2005-11-101-3/+1
* Implement RtlZeroMemory() and RtlCopyMemory(). This seems to allowwpaul2005-11-101-0/+23
* This is a workaround for a complicated issue involving VFS cookies and devfs.dwhite2005-11-092-0/+28
* Fix typo in recent comment tweak.rwatson2005-11-091-1/+1
* In closef(), remove the assumption that there is a thread associatedrwatson2005-11-091-2/+6
* Unbreak second joystick (joy1) support.jylefort2005-11-091-2/+8
* General consensus is that it would be even better to run this in aimp2005-11-091-1/+1
* - Introduce two more stat counters, counting number of RXglebius2005-11-092-4/+9
* Use intptr_t casts to convert void * <--> int to make 64-bit archs happy.jhb2005-11-091-2/+2
* Make IFP2NG() usable as an lvalue.ru2005-11-092-9/+6
* Use sparse initializers for "struct domain" and "struct protosw",ru2005-11-0917-497/+640
* MFi386: Remove obsolete options.nyan2005-11-091-1/+0
* Fix pc98 build.nyan2005-11-093-0/+6
* No longer needed: replaced by mmu_if.m/pmap_dispatch.c/mmu_oea.cgrehan2005-11-091-2476/+0
* Apply r1.103 to correct place.grehan2005-11-091-1/+0
* Uncomment em(4) as it's now working.yongari2005-11-091-1/+1
* Connect em(4) build on sparc64.yongari2005-11-091-0/+1
* Make em(4) work on big-endian architectures.yongari2005-11-094-66/+75
* Reimplement the reclamation of PV entries. Specifically, performalc2005-11-098-152/+190
* WIFxxx macros requires an int type but p_xstat is short, convert itdavidxu2005-11-091-2/+3
* Kick off the suspend sequence from the keyboard in a SWI rather thanimp2005-11-091-2/+13
* Clarify panic message, I parsed the old one 'trying to sleep while sleeping'imp2005-11-091-1/+1
* Remove obsolete optionsimp2005-11-091-1/+0
* Add support for XBOX to the FreeBSD port. The xbox architecture isimp2005-11-0913-0/+945
* Improve diagnostic message.imp2005-11-091-2/+3
* For nmount(), allow a text string error message to be propagated backrodrigc2005-11-091-2/+37
* In aio_waitcomplete, do not return EAGAIN if no other threadsdavidxu2005-11-081-1/+1
* Make sure pending SIGCHLD is removed from previous parent when processdavidxu2005-11-081-1/+10
* twa corresponding to the 9.3.0.1 release on the 3ware website. This driver hasvkashyap2005-11-0818-22644/+44220
* The hptmv inherently believes that a 'long' can hold a physical address.scottl2005-11-081-0/+1
* Move the cloned interface list management in to if_clone. For some drivers thethompsa2005-11-0815-134/+63
* Various and sundry cleanups:jhb2005-11-081-80/+84
* Giant clean up for exit(2)csjp2005-11-081-7/+7
* Fix standalone module build for viapm. Note that by default it doesn'tjhb2005-11-081-2/+2
* Mollify the whitespace policeimp2005-11-081-27/+27
* Fix support for multiple RocketPort cards in the same machine by includingjhb2005-11-081-1/+1
* There's no need to include <machine/asmacros.h> here.cognet2005-11-081-1/+0
* Rework ARP retransmission algorythm so that ARP requests areglebius2005-11-081-30/+27
* Add support for queueing SIGCHLD same as other UNIX systems did.davidxu2005-11-086-14/+136
* Simplify setting the link-level address.ru2005-11-081-19/+3
* Name change from pmap_* to moea_* to fit into the new order ofgrehan2005-11-082-934/+918
* Insert a layer of indirection to the pmap code, using a kobj forgrehan2005-11-087-5/+1251
* If a physical page is mapped by two or more virtual addresses, transmittedalc2005-11-081-0/+1
* Add utility function to propagate mount errors as text string messages.rodrigc2005-11-082-0/+22
OpenPOWER on IntegriCloud