aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add missing shared library interdependencies.Ruslan Ermilov2005-11-1014-6/+32
* As for __kernel_cosf() and __kernel_sinf(), use a fairly optimal minimaxBruce Evans2005-11-101-17/+11
* Correct a number of serious and closely related bugs in the UNIX domainRobert Watson2005-11-101-50/+45
* Use .Nx macro for NetBSD.Tim Kientzle2005-11-101-1/+2
* Mention the non-standardness of the -I option in ls(1).Maxime Henrion2005-11-101-1/+2
* Add the f_msgcount field to the set of struct file fields printed in showRobert Watson2005-11-101-4/+5
* s/Three file/Three files/Hartmut Brandt2005-11-101-1/+1
* Remove hard sentence breaks. Correct the width calculation for the listHartmut Brandt2005-11-101-6/+8
* Don't include bsd.init.mk so early - it's just not needed here.Hartmut Brandt2005-11-101-5/+3
* Give a try to autoconfiguring the number of transmit and receiveGleb Smirnoff2005-11-102-7/+14
* Expanet of details printed for each file descriptor to include it'sRobert Watson2005-11-101-5/+5
* - Document last change to ARP behavior.Gleb Smirnoff2005-11-101-11/+28
* Add a DDB "show files" command to list the current open file list, someRobert Watson2005-11-101-0/+73
* Backout r1.11...Ralf S. Engelschall2005-11-101-1/+1
* add set/read max address 48bit versionsSøren Schmidt2005-11-101-0/+2
* Use the new bsd.snmpmod.mk makefile to build the modules. The -I pointersHartmut Brandt2005-11-105-38/+10
* Use the canonical include name for snmpmod.h. The build infrastructure takesHartmut Brandt2005-11-101-1/+1
* This is a short man page which describes bsd.snmpmod.mk. It documentsHartmut Brandt2005-11-102-0/+99
* Add a .mk file for building modules for the SNMP daemon. This may beHartmut Brandt2005-11-103-1/+31
* Credit NetBSD as the source for the /rescue concept.Tim Kientzle2005-11-101-2/+3
* Since union wait was removed in revision 1.17 (3 years, 5 months ago),David Xu2005-11-101-3/+1
* Implement RtlZeroMemory() and RtlCopyMemory(). This seems to allowBill Paul2005-11-101-0/+23
* Add a -I option to disable the automatic -A flag for the super-user.Maxime Henrion2005-11-102-9/+25
* em(4) works on all archs now, so this can be removed.Christian Brueffer2005-11-091-1/+0
* This is a workaround for a complicated issue involving VFS cookies and devfs.Doug White2005-11-092-0/+28
* Fix typo in recent comment tweak.Robert Watson2005-11-091-1/+1
* Add unix_passfd, a simple set of regression tests for UNIX domain socketRobert Watson2005-11-092-0/+314
* In closef(), remove the assumption that there is a thread associatedRobert Watson2005-11-091-2/+6
* Unbreak second joystick (joy1) support.Jean-Yves Lefort2005-11-091-2/+8
* General consensus is that it would be even better to run this in aWarner Losh2005-11-091-1/+1
* - Introduce two more stat counters, counting number of RXGleb Smirnoff2005-11-092-4/+9
* Use intptr_t casts to convert void * <--> int to make 64-bit archs happy.John Baldwin2005-11-091-2/+2
* Align output.Ruslan Ermilov2005-11-091-2/+2
* Make IFP2NG() usable as an lvalue.Ruslan Ermilov2005-11-092-9/+6
* Use sparse initializers for "struct domain" and "struct protosw",Ruslan Ermilov2005-11-0917-497/+640
* MFi386: Remove obsolete options.Yoshihiro Takahashi2005-11-091-1/+0
* Fix pc98 build.Yoshihiro Takahashi2005-11-093-0/+6
* No longer needed: replaced by mmu_if.m/pmap_dispatch.c/mmu_oea.cPeter Grehan2005-11-091-2476/+0
* Add new ports-net-im collection.Pav Lucistnik2005-11-091-0/+1
* Apply r1.103 to correct place.Peter Grehan2005-11-091-1/+0
* Uncomment em(4) as it's now working.Pyun YongHyeon2005-11-091-1/+1
* Connect em(4) build on sparc64.Pyun YongHyeon2005-11-091-0/+1
* Make em(4) work on big-endian architectures.Pyun YongHyeon2005-11-094-66/+75
* Reimplement the reclamation of PV entries. Specifically, performAlan Cox2005-11-098-152/+190
* WIFxxx macros requires an int type but p_xstat is short, convert itDavid Xu2005-11-091-2/+3
* Kick off the suspend sequence from the keyboard in a SWI rather thanWarner Losh2005-11-091-2/+13
* Clarify panic message, I parsed the old one 'trying to sleep while sleeping'Warner Losh2005-11-091-1/+1
* Remove obsolete optionsWarner Losh2005-11-091-1/+0
* Add support for XBOX to the FreeBSD port. The xbox architecture isWarner Losh2005-11-0913-0/+945
* Improve diagnostic message.Warner Losh2005-11-091-2/+3