summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add a -I option to disable the automatic -A flag for the super-user.mux2005-11-102-9/+25
* em(4) works on all archs now, so this can be removed.brueffer2005-11-091-1/+0
* 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
* Add unix_passfd, a simple set of regression tests for UNIX domain socketrwatson2005-11-092-0/+314
* 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
* Align output.ru2005-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
* Add new ports-net-im collection.pav2005-11-091-0/+1
* 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
* Added list of supported 9xxxSX models.vkashyap2005-11-091-0/+10
* 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
* Introduce 3 new options for pkg_create(1), -x for using basickrion2005-11-084-7/+61
* 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
* Fix minor white space nit introduced in 1.102: use spaces, not tabs.rwatson2005-11-081-2/+2
* Add code to test queued SIGCHLD.davidxu2005-11-083-1/+100
* 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
* Bump the maximum number of archive formats that can bekientzle2005-11-081-1/+1
* Correctly clean up if gzip format gets mis-identified as compress format.kientzle2005-11-081-9/+17
* Fine-tune the format detection for CPIO and ISO9660 sub-types.kientzle2005-11-083-10/+25
OpenPOWER on IntegriCloud