| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Push down pcbinfo and inpcb locking from udp_send() into udp_output(). | rwatson | 2004-08-19 | 1 | -25/+35 |
* | In in_pcbrehash(), do assert the inpcb lock as well as the pcbinfo lock. | rwatson | 2004-08-19 | 1 | -1/+1 |
* | We really don't want to receive spoil event for synchroniztion consumers. | pjd | 2004-08-18 | 2 | -2/+0 |
* | Bring ia64 back from the dead. After a call one needs to restore the | marcel | 2004-08-18 | 1 | -1/+1 |
* | Skip entries for GBDE swap devices if they are commented out in /etc/fstab. | thomas | 2004-08-18 | 2 | -12/+20 |
* | Do not override the class provided dumpconf function. | phk | 2004-08-18 | 1 | -1/+2 |
* | Clarify that realloc and reallocf may move the memory allocation. | alfred | 2004-08-18 | 1 | -3/+7 |
* | Pretty print some informational messages. | le | 2004-08-18 | 1 | -1/+4 |
* | Fix a stupid bug in the drive taste function: when checking if a | le | 2004-08-18 | 1 | -28/+10 |
* | Initialize iobase from the resource allocated by bus_alloc_resource_any() | gibbs | 2004-08-18 | 1 | -2/+2 |
* | NOP class doesn't operate on metadata, so the spoil event can be safely | pjd | 2004-08-18 | 1 | -1/+0 |
* | ss if_vx through indent, and use ANSI function definitions, prior to adding | gibbs | 2004-08-18 | 5 | -1018/+990 |
* | Dump device status on 'list' command. | pjd | 2004-08-18 | 1 | -0/+2 |
* | - Add a manual page for graid3(8) utility. | pjd | 2004-08-18 | 3 | -1/+213 |
* | If _CRS fails, assume that it succeeded. The ASUS K8V (and others) defines | njl | 2004-08-18 | 1 | -2/+1 |
* | Add a line to BUGS section about the need of implementation description. | pjd | 2004-08-18 | 1 | -0/+2 |
* | Invert the polarity of two tests in the recovery code that could cause | gibbs | 2004-08-18 | 1 | -2/+2 |
* | Remove spurious EISA definitions left over from the initial port of the | gibbs | 2004-08-18 | 1 | -13/+0 |
* | Remove ISA attachments dependence on eisaconf.h | gibbs | 2004-08-18 | 2 | -3/+3 |
* | Changes to make twa work on amd64. | vkashyap | 2004-08-18 | 2 | -2/+2 |
* | Add some missing empty lines. | pjd | 2004-08-18 | 1 | -0/+2 |
* | Fix typo. | pjd | 2004-08-18 | 1 | -1/+1 |
* | Actually one can specify more than one device to stop. | pjd | 2004-08-18 | 2 | -2/+2 |
* | Ok, let's try again: | pjd | 2004-08-18 | 1 | -0/+290 |
* | - Add a manual page for gmirror(8) utility. | pjd | 2004-08-18 | 2 | -1/+1 |
* | Document the effects of modifying the .MAKEFLAGS internal | ru | 2004-08-18 | 1 | -1/+24 |
* | A fix from rev. 1.52 of gnu/usr.bin/cc/cc_tools/Makefile was lost | ru | 2004-08-18 | 2 | -11/+1 |
* | Enable build of Netgraph modules on all architectures. | ru | 2004-08-18 | 1 | -3/+1 |
* | Build a dummy opt_compat.h header since linprocfs.c now requires it. | tjr | 2004-08-18 | 1 | -1/+5 |
* | Remove NOMAN so loader man pages are installed. | grehan | 2004-08-18 | 2 | -2/+0 |
* | PPC definitions required for 'make release' | grehan | 2004-08-18 | 1 | -1/+6 |
* | Allow MFS images to be built without a disklabel for releases | grehan | 2004-08-18 | 1 | -4/+8 |
* | Add files needed for PPC release ISOs. These are built with the | grehan | 2004-08-18 | 4 | -0/+104 |
* | Always allocate a TLS area even if its empty - libpthread relies on | dfr | 2004-08-18 | 1 | -7/+4 |
* | Bump the manpage date. | maxim | 2004-08-18 | 1 | -1/+1 |
* | Retire hw.pci.allow_unsupported_io_range. | maxim | 2004-08-18 | 2 | -11/+0 |
* | Bump synchronization ID if we are sure, that we have ACTIVE components. | pjd | 2004-08-18 | 1 | -7/+9 |
* | My take at improving the universe: allow the worlds to be | ru | 2004-08-18 | 1 | -11/+16 |
* | Add a HARDWARE section to the example section 4 manual page. | simon | 2004-08-18 | 1 | -1/+12 |
* | Call AcpiLeaveSleepState() before DEVICE_RESUME(). The former calls the | njl | 2004-08-18 | 1 | -2/+2 |
* | Moved the MAKEOBJDIRPREFIX check from Makefile.inc1 to Makefile, | ru | 2004-08-18 | 2 | -7/+6 |
* | Turn on the FreeBSD login user capabilities database support. | obrien | 2004-08-18 | 1 | -1/+1 |
* | NetBSD has updated their groff to a version that handles .Nm the same | obrien | 2004-08-18 | 2 | -12/+6 |
* | Merge rev 1.2 (OPIE, login user capabilities database, PAM) support | obrien | 2004-08-18 | 1 | -84/+272 |
* | This commit was generated by cvs2svn to compensate for changes in r133936, | obrien | 2004-08-18 | 12 | -151/+185 |
|\ |
|
| * | Import of LukeM's ftpd taken from the NetBSD CVS repo on 9-Aug-2004. | obrien | 2004-08-18 | 15 | -242/+407 |
* | | When one entry in the RSDT is corrupted, just skip it instead of bailing out. | njl | 2004-08-18 | 1 | -2/+5 |
* | | Update man page for supported table types. | njl | 2004-08-18 | 1 | -5/+2 |
* | | Remove the ACPIIO_ENABLE and ACPIIO_DISABLE ioctls as well as all | njl | 2004-08-18 | 5 | -92/+10 |
* | | This commit was generated by cvs2svn to compensate for changes in r133931, | njl | 2004-08-18 | 1 | -1/+2 |
|\ \ |
|