aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* ata_generic_hw takes a dev as a parameter, not a channel.Peter Grehan2005-11-111-1/+1
* Fix compile warning: pmap_bootstrap is now declared extern in pmap.h,Peter Grehan2005-11-112-2/+0
* Some fixes for last commit.Gleb Smirnoff2005-11-111-8/+7
* Skip .symbols files.Ruslan Ermilov2005-11-111-1/+4
* Fix plural.Xin LI2005-11-111-1/+1
* Fix plural.David Xu2005-11-111-1/+1
* Fix copy-paste issue.David Xu2005-11-111-2/+0
* Add POSIX timer manuals.David Xu2005-11-114-0/+368
* - Make IFP2ENADDR() a pointer to IF_LLADDR() rather than anotherRuslan Ermilov2005-11-1116-69/+25
* Add descriptions about signal queue.David Xu2005-11-111-0/+24
* Er, highlight function wait().David Xu2005-11-111-7/+10
* Add notes about queued SIGCHLD.David Xu2005-11-111-0/+10
* Add manuals for sigqueue, sigtimedwait, sigwaitinfo.David Xu2005-11-113-2/+296
* fix a crash when an nfsv2 mount failsJonathan Chen2005-11-101-2/+4
* fixed a bug that uRPF does not work properly for an IPv6 packet bound for the...SUZUKI Shinsuke2005-11-101-2/+8
* Apply the .PHONY attribute to the ../make*/make* targets. ThisRuslan Ermilov2005-11-101-2/+2
* Start integrating Bluetooth into rc.d system.Maksim Yevmenkin2005-11-106-5/+483
* 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