summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Remove vnode->v_bsize. This was a dead-end.phk2004-10-254-13/+1
* Retire si_stripesize and si_stripeoffset they will not be needed in cdevphk2004-10-252-4/+0
* Use VM_ALLOC_NOBUSY to eliminate vm_page_wakeup() calls and the acquisitionalc2004-10-251-10/+3
* Collapse vnode->v_object and buf->b_object into bufobj->bo_object.phk2004-10-255-9/+10
* Remove useless inclusion of <sys/disklabel.h>marcel2004-10-252-2/+0
* Declare variables as static, like I intended.marcel2004-10-254-4/+4
* Fix bogon. Create the BSD label in the FreeBSD slice.marcel2004-10-251-1/+1
* Catch up with the BSD label changes. The partition offsets are relativemarcel2004-10-251-3/+20
* Build gpt(8) on all platforms.marcel2004-10-251-5/+1
* Add byte swapping and UUID encoding/decoding to allow gpt to be compiledmarcel2004-10-259-140/+192
* Assert that the containing vm object is locked in vm_page_busy() andalc2004-10-241-0/+4
* Move from using the socket reference count to the file referencerwatson2004-10-241-23/+87
* Log the actual number of bytes sent on the wire to /var/log/ftpdyar2004-10-241-2/+2
* Use VM_ALLOC_NOBUSY instead of calling vm_page_wakeup().alc2004-10-241-2/+1
* Move the buffer method vector (buf->b_op) to the bufobj.phk2004-10-2419-104/+113
* Mention fdescfs(5) and why it might be useful.rwatson2004-10-241-1/+14
* Fix a panic discovered with some apache2 configure test (that seemed tomlaier2004-10-241-0/+5
* Acquire the vm object lock before rather than after callingalc2004-10-241-4/+5
* Use VM_ALLOC_NOBUSY instead of calling vm_page_wakeup().alc2004-10-242-11/+3
* For variables that are only checked with defined(), don't provideru2004-10-241-54/+54
* Only check if ENABLE_SUID_NEWGRP is defined, for consistency withru2004-10-241-1/+1
* For variables that are only checked with defined(), don't provideru2004-10-241-33/+33
* For variables that are only checked with defined(), don't provideru2004-10-241-1/+1
* For variables that are only checked with defined(), don't provideru2004-10-24258-301/+308
* There's no such knob as WERROR.ru2004-10-241-1/+0
* Add a Japanese override of dev-auto.sgml.hrs2004-10-2414-2/+168
* Fixed misspelling of DPADD.ru2004-10-241-2/+2
* - use `realpath /dev/dumpdev` instead of just /dev/dumpdev so messagesdes2004-10-241-3/+8
* - Use quad_t for dcons buffer address and size.simokawa2004-10-241-4/+11
* Preserve dcons(4) buffer passed by loader(8).simokawa2004-10-241-0/+16
* NEED_LIBNAMES is gone long ago.ru2004-10-241-1/+0
* Collapse several adjacent .if's into .if/.elif.ru2004-10-241-10/+7
* ELF64 support is not needed on pc98.nyan2004-10-241-1/+5
* MFi386: revision 1.4.nyan2004-10-241-1/+9
* MFi386: Set bi_basemem and bi_extmem variables.nyan2004-10-241-0/+6
* MFi386: Add support for preloading ELF relocatable object format modules.nyan2004-10-241-0/+2
* Disable ed1 - ed12.nyan2004-10-241-0/+24
* Merged from src/sbin/fdisk/fdisk.c revision 1.75.nyan2004-10-241-1/+1
* Add identifiers for the HP Laserjet 2300d USBrse2004-10-242-0/+3
* -O2 compile isn't quite ready for WARNS=2 yet.ru2004-10-241-1/+1
* Allow multiple devices to be specified on one device / nodevice line.des2004-10-241-7/+27
* Update the family tree for FreeBSD 5.3scottl2004-10-241-0/+5
* If the file specified in an "include" line does not exist in the currentdes2004-10-241-1/+9
* Fix some warnings that only triggered in LINT.scottl2004-10-243-11/+11
* Update for 5-STABLE.scottl2004-10-241-3/+3
* Hook the hptmv driver up to the build.scottl2004-10-244-0/+18
* Embed the correct name.scottl2004-10-242-2/+2
* Clean up some messy Makefile stuff so that this can be built into thescottl2004-10-243-21/+18
* Hack around a problem with sys/tools/usbdevs2h.awk that generatesru2004-10-242-1/+5
* Curlies only work in target and sources specifications, butru2004-10-242-2/+2
OpenPOWER on IntegriCloud