summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Pax extended headers were always failingkientzle2004-11-151-1/+1
* Be slightly more paranoid about using the divisor in a division andmarcel2004-11-151-2/+6
* Remove the BR tag. When the machine doesn't have the DIG64 HCDPmarcel2004-11-141-1/+1
* Implement UART_IOCTL_BAUD. Consequently, when the baudrate was unsetmarcel2004-11-141-1/+11
* Add UART_IOCTL_BAUD to allow us to query the hardware about themarcel2004-11-142-0/+6
* So do it like we do in usr.bin/tip/tip/Makefile. ;)ru2004-11-141-0/+2
* Make sure the baudrate specified with the BR tag is somewhat sane.marcel2004-11-141-0/+20
* Revert previous commit. As ru explains:schweikh2004-11-141-1/+1
* Make it clear that the acpi modules can only be compiled on i386.scottl2004-11-141-0/+8
* s/return_VALUE/return / to fix build breakage when ACPI_DEBUG istruckman2004-11-141-3/+3
* Further refine the if_em vlan fix in if_em.c:1.53:rwatson2004-11-141-4/+19
* Commit more debugging output. This is a little bit of using a large hammer,obrien2004-11-142-0/+20
* Unify the ci/co variables now that the the tty drivers now use the sameobrien2004-11-141-40/+35
* Catch up with PHK's sio(4) rework [sys/dev/sio/sio.c rev. 1.456].obrien2004-11-141-23/+23
* Currently if the user specifies -e and procfs is not mounted on /proc,csjp2004-11-141-0/+25
* Fix a reference from pool(9) -> zone(9), but keep on talking about "memorymlaier2004-11-141-1/+1
* Move the bit of the syncer which deals with vnodes into a separatephk2004-11-141-36/+46
* Rearrange memory management for ioctl arguments to use stronger checksphk2004-11-141-25/+16
* Avoid an (ignored) error by invoking chflags on the link target, not theschweikh2004-11-141-1/+1
* style polish.phk2004-11-141-8/+6
* Move #define up.phk2004-11-141-5/+5
* tr(1) attempts to convert \n[n][n] sequences into octal digits, but doesn'tjkh2004-11-141-1/+1
* Use PORTSDIR, falling back to /usr/portsimp2004-11-141-1/+1
* Remove stub libxpg4. All functionality was merged into libc a long time ago.tjr2004-11-133-19/+1
* Kill ACPI_FUNCTION_TRACE. It is killing the tinderbox build, and itimp2004-11-132-20/+12
* Eliminate vop_revoke() function now that devfs_revoke() does the entire job.phk2004-11-132-43/+0
* Integrate most of vop_revoke() into devfs_revoke() where it belongs.phk2004-11-131-1/+24
* Add the devfs_fp_check() function which helps us get from a struct filephk2004-11-131-70/+34
* The default VOP_REVOKE() should be vop_panic() as we should neverphk2004-11-131-1/+1
* VOP_REVOKE() is only ever for VCHR vnodes, so unionfs does notphk2004-11-131-20/+0
* Add knob NO_NIS (fka NO_YP_LIBC) and make world compileable when set.bz2004-11-1325-32/+125
* Set ramsize depending on a value from eprom instead of usingbz2004-11-132-6/+18
* fifos doesn't need a vop_lookup, the default will do fine.phk2004-11-131-19/+0
* Sync usage() and SYNOPSIS.ru2004-11-132-2/+3
* Polish two functions a bit so that it is easier to wrap them inphk2004-11-131-21/+33
* Removed bitrot.ru2004-11-134-30/+3
* Sync usage() with manpage SYNOPSIS and code.ru2004-11-131-4/+6
* Merge copyright notices.mlaier2004-11-131-28/+1
* There's no reason for "read" and "echo" commands to notru2004-11-131-2/+2
* Somehow I missed this last night, acpi_init() doesn't return an int.philip2004-11-131-1/+1
* Remove debugging printf.cognet2004-11-131-1/+0
* Don't forget to clear the PG_WRITEABLE flag when appropriate.cognet2004-11-131-0/+6
* Use uma_prealloc() on the l2table_zone to prevent a LOR at startup.cognet2004-11-131-3/+5
* Remove un-needed call to close(2). The fd that close is beingcsjp2004-11-131-1/+0
* Document the fact that kvm_getenvv(3) requires procfs to be mountedcsjp2004-11-131-0/+7
* Using off_t to pass a block size is obvious overkill.yar2004-11-131-2/+2
* Kill ancient casts to integral types left from the K&R era.yar2004-11-133-9/+9
* Be prepared to accept NULL mountargs as part of root-mounting.phk2004-11-131-5/+9
* Introduce an alias for FILEDESC_{UN}LOCK() with the suffix _FAST.phk2004-11-1316-87/+90
* Fix off-by-one errors and potential buffer overrunsyar2004-11-131-18/+30
OpenPOWER on IntegriCloud