| Commit message (Expand) | Author | Age | Files | Lines |
* | Apply the .PHONY attribute to the ../make*/make* targets. This | ru | 2005-11-10 | 1 | -2/+2 |
* | Start integrating Bluetooth into rc.d system. | emax | 2005-11-10 | 6 | -5/+483 |
* | Add missing shared library interdependencies. | ru | 2005-11-10 | 14 | -6/+32 |
* | As for __kernel_cosf() and __kernel_sinf(), use a fairly optimal minimax | bde | 2005-11-10 | 1 | -17/+11 |
* | Correct a number of serious and closely related bugs in the UNIX domain | rwatson | 2005-11-10 | 1 | -50/+45 |
* | Use .Nx macro for NetBSD. | kientzle | 2005-11-10 | 1 | -1/+2 |
* | Mention the non-standardness of the -I option in ls(1). | mux | 2005-11-10 | 1 | -1/+2 |
* | Add the f_msgcount field to the set of struct file fields printed in show | rwatson | 2005-11-10 | 1 | -4/+5 |
* | s/Three file/Three files/ | harti | 2005-11-10 | 1 | -1/+1 |
* | Remove hard sentence breaks. Correct the width calculation for the list | harti | 2005-11-10 | 1 | -6/+8 |
* | Don't include bsd.init.mk so early - it's just not needed here. | harti | 2005-11-10 | 1 | -5/+3 |
* | Give a try to autoconfiguring the number of transmit and receive | glebius | 2005-11-10 | 2 | -7/+14 |
* | Expanet of details printed for each file descriptor to include it's | rwatson | 2005-11-10 | 1 | -5/+5 |
* | - Document last change to ARP behavior. | glebius | 2005-11-10 | 1 | -11/+28 |
* | Add a DDB "show files" command to list the current open file list, some | rwatson | 2005-11-10 | 1 | -0/+73 |
* | Backout r1.11... | rse | 2005-11-10 | 1 | -1/+1 |
* | add set/read max address 48bit versions | sos | 2005-11-10 | 1 | -0/+2 |
* | Use the new bsd.snmpmod.mk makefile to build the modules. The -I pointers | harti | 2005-11-10 | 5 | -38/+10 |
* | Use the canonical include name for snmpmod.h. The build infrastructure takes | harti | 2005-11-10 | 1 | -1/+1 |
* | This is a short man page which describes bsd.snmpmod.mk. It documents | harti | 2005-11-10 | 2 | -0/+99 |
* | Add a .mk file for building modules for the SNMP daemon. This may be | harti | 2005-11-10 | 3 | -1/+31 |
* | Credit NetBSD as the source for the /rescue concept. | kientzle | 2005-11-10 | 1 | -2/+3 |
* | Since union wait was removed in revision 1.17 (3 years, 5 months ago), | davidxu | 2005-11-10 | 1 | -3/+1 |
* | Implement RtlZeroMemory() and RtlCopyMemory(). This seems to allow | wpaul | 2005-11-10 | 1 | -0/+23 |
* | Add a -I option to disable the automatic -A flag for the super-user. | mux | 2005-11-10 | 2 | -9/+25 |
* | em(4) works on all archs now, so this can be removed. | brueffer | 2005-11-09 | 1 | -1/+0 |
* | This is a workaround for a complicated issue involving VFS cookies and devfs. | dwhite | 2005-11-09 | 2 | -0/+28 |
* | Fix typo in recent comment tweak. | rwatson | 2005-11-09 | 1 | -1/+1 |
* | Add unix_passfd, a simple set of regression tests for UNIX domain socket | rwatson | 2005-11-09 | 2 | -0/+314 |
* | In closef(), remove the assumption that there is a thread associated | rwatson | 2005-11-09 | 1 | -2/+6 |
* | Unbreak second joystick (joy1) support. | jylefort | 2005-11-09 | 1 | -2/+8 |
* | General consensus is that it would be even better to run this in a | imp | 2005-11-09 | 1 | -1/+1 |
* | - Introduce two more stat counters, counting number of RX | glebius | 2005-11-09 | 2 | -4/+9 |
* | Use intptr_t casts to convert void * <--> int to make 64-bit archs happy. | jhb | 2005-11-09 | 1 | -2/+2 |
* | Align output. | ru | 2005-11-09 | 1 | -2/+2 |
* | Make IFP2NG() usable as an lvalue. | ru | 2005-11-09 | 2 | -9/+6 |
* | Use sparse initializers for "struct domain" and "struct protosw", | ru | 2005-11-09 | 17 | -497/+640 |
* | MFi386: Remove obsolete options. | nyan | 2005-11-09 | 1 | -1/+0 |
* | Fix pc98 build. | nyan | 2005-11-09 | 3 | -0/+6 |
* | No longer needed: replaced by mmu_if.m/pmap_dispatch.c/mmu_oea.c | grehan | 2005-11-09 | 1 | -2476/+0 |
* | Add new ports-net-im collection. | pav | 2005-11-09 | 1 | -0/+1 |
* | Apply r1.103 to correct place. | grehan | 2005-11-09 | 1 | -1/+0 |
* | Uncomment em(4) as it's now working. | yongari | 2005-11-09 | 1 | -1/+1 |
* | Connect em(4) build on sparc64. | yongari | 2005-11-09 | 1 | -0/+1 |
* | Make em(4) work on big-endian architectures. | yongari | 2005-11-09 | 4 | -66/+75 |
* | Reimplement the reclamation of PV entries. Specifically, perform | alc | 2005-11-09 | 8 | -152/+190 |
* | WIFxxx macros requires an int type but p_xstat is short, convert it | davidxu | 2005-11-09 | 1 | -2/+3 |
* | Kick off the suspend sequence from the keyboard in a SWI rather than | imp | 2005-11-09 | 1 | -2/+13 |
* | Clarify panic message, I parsed the old one 'trying to sleep while sleeping' | imp | 2005-11-09 | 1 | -1/+1 |
* | Remove obsolete options | imp | 2005-11-09 | 1 | -1/+0 |