| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Switch from just holding the interlock to holding the standard lock throughout | jeff | 2002-05-07 | 1 | -12/+17 |
* | Comment a knob. | obrien | 2002-05-07 | 1 | -1/+1 |
* | The default ASM_OUTPUT_ADDR_DIFF_ELT will now handle our mixed a.out/ELF. | obrien | 2002-05-07 | 1 | -7/+0 |
* | libstdc++ version 3 (Gcc 3.1 is a consumer) uses the typical `config.h'. | obrien | 2002-05-07 | 1 | -0/+1 |
* | Fixed missing quotes in the default for MKDEPCMD in the CC != cc case. | bde | 2002-05-07 | 1 | -1/+1 |
* | Include <sys/lockmgr.h> for definitions of deprecated locking interfaces -- | bde | 2002-05-06 | 1 | -0/+1 |
* | Use __FBSDID | obrien | 2002-05-06 | 1 | -2/+3 |
* | We typically don't add trailing /'s. | obrien | 2002-05-06 | 1 | -1/+1 |
* | GCC's libstdc++ version 3 has the "libgcc" like bits (start up / terminate | obrien | 2002-05-06 | 1 | -0/+1 |
* | Make funsetown() take a 'struct sigio **' so that the locking can | alfred | 2002-05-06 | 13 | -43/+56 |
* | MFNetBSD: ugen.c (1.57), ulpt.c (1.48), usb.c (1.67), usbdi.c (1.96), | joe | 2002-05-06 | 7 | -28/+27 |
* | 'file system' > filesystem | trhodes | 2002-05-06 | 1 | -12/+18 |
* | When checking to see if the init process calls exit1(), compare p to the | jhb | 2002-05-06 | 1 | -1/+1 |
* | Style fixes in local variable declarations. | jhb | 2002-05-06 | 1 | -9/+10 |
* | Revised MLD-related definitions | ume | 2002-05-06 | 3 | -69/+94 |
* | - Style fixes in some comments. | jhb | 2002-05-06 | 1 | -9/+10 |
* | Address a few minor style and consistency issues in revision 1.32. | iedowse | 2002-05-06 | 1 | -23/+15 |
* | Add support for the D-Link DFE-690TXD Cardbus card which has a RealTek 8139 | jhb | 2002-05-06 | 2 | -1/+9 |
* | Add suspend/resume code mostly merged from fxp/rl driver. | iwasaki | 2002-05-06 | 4 | -0/+176 |
* | Regen: | sheldonh | 2002-05-06 | 1 | -139/+286 |
* | Previous commit was... | markm | 2002-05-06 | 0 | -0/+0 |
* | Fix an external declaration that was causing telnetd to core dump. | markm | 2002-05-06 | 2 | -2/+2 |
* | Use hw.ata.ata_dma instead of hw.atamodes, which doesn't exist in anymore. | dd | 2002-05-06 | 1 | -1/+1 |
* | Add another Askey ISA modem ID. | dwmalone | 2002-05-06 | 1 | -0/+1 |
* | inet_aton returns 0 on failure, not -1. | dwmalone | 2002-05-06 | 1 | -1/+1 |
* | Make argument to printf match format. | marcel | 2002-05-06 | 1 | -1/+1 |
* | PC98 still uses wd#, so resurrect the wd# entry and mark is "pc98 only". | dd | 2002-05-06 | 1 | -0/+4 |
* | o Header files shouldn't depend on options: Provide prototypes | alc | 2002-05-06 | 2 | -5/+0 |
* | o Condition the compilation and use of vm_freeze_copyopts() | alc | 2002-05-06 | 4 | -3/+16 |
* | Hold the currently selected vnode's lock across the call to VOP_GETVOBJECT. | jeff | 2002-05-06 | 1 | -2/+4 |
* | Affect the first of stdin, stdout and stderr that is attached to a terminal. | tjr | 2002-05-06 | 2 | -17/+28 |
* | -I and -J both set the same variable, replstr, to the string to replace with | jmallett | 2002-05-06 | 1 | -0/+2 |
* | o Some improvements to the page coloring of vm objects, particularly, | alc | 2002-05-06 | 1 | -9/+17 |
* | Include <sys/queue.h> so that this file provides its own namespace | bde | 2002-05-06 | 1 | -0/+1 |
* | s/sysctl -w/sysctl/ | jedgar | 2002-05-06 | 1 | -1/+1 |
* | - Properly initialize the count_win when the user turns the info window | mp | 2002-05-06 | 1 | -1/+4 |
* | o Move vm_freeze_copyopts() from vm_map.{c.h} to vm_object.{c,h}. It's plainly | alc | 2002-05-06 | 4 | -78/+78 |
* | Restored db_elf.c from the Attic. This will be used for a quick fix for | bde | 2002-05-06 | 1 | -0/+381 |
* | Document the lchflags(2) syscall. | mux | 2002-05-05 | 2 | -1/+14 |
* | Add the lchflags(2) syscall. | mux | 2002-05-05 | 8 | -7/+63 |
* | Add an entry for the lchflags(2) syscall. It's useful to prevent | mux | 2002-05-05 | 1 | -0/+1 |
* | Move a KASSERT() in open() prior to unlocking the vnode. It's not safe to | jeff | 2002-05-05 | 2 | -6/+8 |
* | o Condition the compilation of uiomoveco() and vm_uiomove() | alc | 2002-05-05 | 4 | -4/+16 |
* | Begin to turn some of the code in this man page into documentation. | chris | 2002-05-05 | 1 | -31/+102 |
* | Fix a couple of problems which could cause panics at runtime: | luigi | 2002-05-05 | 1 | -51/+56 |
* | Indentation and comments cleanup, no functional change. | luigi | 2002-05-05 | 1 | -51/+58 |
* | New feature: allow origins of all dependencies be recorded into package list | sobomax | 2002-05-05 | 6 | -9/+56 |
* | In a origin lookup mode (-O) don't bail out when encountering empty package | sobomax | 2002-05-05 | 1 | -2/+8 |
* | Bring in a slightly older version of usr/bin/passwd which does not | luigi | 2002-05-05 | 2 | -0/+359 |
* | Expand the one-line function pbreassignbuf() the only place it is or could | phk | 2002-05-05 | 3 | -16/+1 |