summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Don't manually set b_bufobj, pbgetvp() does this for us.Poul-Henning Kamp2004-11-151-1/+0
* More kasserts.Poul-Henning Kamp2004-11-151-1/+6
* style polishing.Poul-Henning Kamp2004-11-151-7/+3
* Move pbgetvp() and pbrelvp() to vm_pager.c with the rest of the pbuf stuff.Poul-Henning Kamp2004-11-152-46/+44
* expect the caller to have called pbrelvp() if necessary.Poul-Henning Kamp2004-11-151-3/+0
* Explicitly call pbrelvp()Poul-Henning Kamp2004-11-152-0/+3
* Order of arguments after "optional" is not without significance:Poul-Henning Kamp2004-11-151-4/+4
* Oops, all my test boxes have NO_KERBEROS set, so I didn't hit the kerberos5Peter Wemm2004-11-151-0/+10
* After discussions with Nate, repo copy the acpi assist drivers fromWarner Losh2004-11-1511-1886/+17
* Merge 1.3 from acpi_snc.c: don't use return_VALUE() macroWarner Losh2004-11-151-24/+22
* Add comment about why amd64 and ia64 don't build acpi modules.Warner Losh2004-11-151-2/+2
* Apply a bandaid to avoid hangs on Ultra 2 machines. The second Z8530Marcel Moolenaar2004-11-151-1/+1
* Since I'm not using the public API for writingTim Kientzle2004-11-151-6/+8
* Pax extended headers were always failingTim Kientzle2004-11-151-1/+1
* Be slightly more paranoid about using the divisor in a division andMarcel Moolenaar2004-11-151-2/+6
* Remove the BR tag. When the machine doesn't have the DIG64 HCDPMarcel Moolenaar2004-11-141-1/+1
* Implement UART_IOCTL_BAUD. Consequently, when the baudrate was unsetMarcel Moolenaar2004-11-141-1/+11
* Add UART_IOCTL_BAUD to allow us to query the hardware about theMarcel Moolenaar2004-11-142-0/+6
* So do it like we do in usr.bin/tip/tip/Makefile. ;)Ruslan Ermilov2004-11-141-0/+2
* Make sure the baudrate specified with the BR tag is somewhat sane.Marcel Moolenaar2004-11-141-0/+20
* Revert previous commit. As ru explains:Jens Schweikhardt2004-11-141-1/+1
* Make it clear that the acpi modules can only be compiled on i386.Scott Long2004-11-141-0/+8
* s/return_VALUE/return / to fix build breakage when ACPI_DEBUG isDon Lewis2004-11-141-3/+3
* Further refine the if_em vlan fix in if_em.c:1.53:Robert Watson2004-11-141-4/+19
* Commit more debugging output. This is a little bit of using a large hammer,David E. O'Brien2004-11-142-0/+20
* Unify the ci/co variables now that the the tty drivers now use the sameDavid E. O'Brien2004-11-141-40/+35
* Catch up with PHK's sio(4) rework [sys/dev/sio/sio.c rev. 1.456].David E. O'Brien2004-11-141-23/+23
* Currently if the user specifies -e and procfs is not mounted on /proc,Christian S.J. Peron2004-11-141-0/+25
* Fix a reference from pool(9) -> zone(9), but keep on talking about "memoryMax Laier2004-11-141-1/+1
* Move the bit of the syncer which deals with vnodes into a separatePoul-Henning Kamp2004-11-141-36/+46
* Rearrange memory management for ioctl arguments to use stronger checksPoul-Henning Kamp2004-11-141-25/+16
* Avoid an (ignored) error by invoking chflags on the link target, not theJens Schweikhardt2004-11-141-1/+1
* style polish.Poul-Henning Kamp2004-11-141-8/+6
* Move #define up.Poul-Henning Kamp2004-11-141-5/+5
* tr(1) attempts to convert \n[n][n] sequences into octal digits, but doesn'tJordan K. Hubbard2004-11-141-1/+1
* Use PORTSDIR, falling back to /usr/portsWarner Losh2004-11-141-1/+1
* Remove stub libxpg4. All functionality was merged into libc a long time ago.Tim J. Robbins2004-11-133-19/+1
* Kill ACPI_FUNCTION_TRACE. It is killing the tinderbox build, and itWarner Losh2004-11-132-20/+12
* Eliminate vop_revoke() function now that devfs_revoke() does the entire job.Poul-Henning Kamp2004-11-132-43/+0
* Integrate most of vop_revoke() into devfs_revoke() where it belongs.Poul-Henning Kamp2004-11-131-1/+24
* Add the devfs_fp_check() function which helps us get from a struct filePoul-Henning Kamp2004-11-131-70/+34
* The default VOP_REVOKE() should be vop_panic() as we should neverPoul-Henning Kamp2004-11-131-1/+1
* VOP_REVOKE() is only ever for VCHR vnodes, so unionfs does notPoul-Henning Kamp2004-11-131-20/+0
* Add knob NO_NIS (fka NO_YP_LIBC) and make world compileable when set.Bjoern A. Zeeb2004-11-1325-32/+125
* Set ramsize depending on a value from eprom instead of usingBjoern A. Zeeb2004-11-132-6/+18
* fifos doesn't need a vop_lookup, the default will do fine.Poul-Henning Kamp2004-11-131-19/+0
* Sync usage() and SYNOPSIS.Ruslan Ermilov2004-11-132-2/+3
* Polish two functions a bit so that it is easier to wrap them inPoul-Henning Kamp2004-11-131-21/+33
* Removed bitrot.Ruslan Ermilov2004-11-134-30/+3
* Sync usage() with manpage SYNOPSIS and code.Ruslan Ermilov2004-11-131-4/+6