summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Rename 'usio' to 'ucom'.joe2002-07-101-4/+4
* Remove label_t and physadr, which seem to have never been used inmike2002-07-106-60/+0
* Express my interest about being notified for fdc(4) and sppp(4) changes.joerg2002-07-101-0/+2
* Add setjmp (needed for DDB).benno2002-07-103-37/+115
* Add DDB support.benno2002-07-109-4/+1824
* - Make sure we don't trample our metadata pointer in our initial bootstrap.benno2002-07-105-6/+84
* Metadata definitions.benno2002-07-101-0/+42
* Add support for passing metadata.benno2002-07-105-46/+660
* Incorporate changes made to the NetBSD version of this driver.benno2002-07-104-87/+159
* Remove some diagnostic code that snuck in.benno2002-07-102-12/+0
* Remove some dead code.benno2002-07-101-30/+0
* Remove some unused includes.benno2002-07-102-3/+0
* Fix a typo.maxim2002-07-103-3/+3
* Make our i386 hacks in a less vendor file disturbing manner.obrien2002-07-102-29/+46
* Stop trying to reimplement libkvm on i386. Instead use it directly andobrien2002-07-101-824/+422
* Don't slow every syscall and trap by doing locks and stuff if thejulian2002-07-101-3/+7
* Target specific FreeBSD kgdb hacks.obrien2002-07-107-0/+47
* Rearrange the code so that it checks whether the file is somethingtruckman2002-07-101-9/+8
* Fixed compiling with -D_POSIX_SOURCE. The previous commit was supposed tobde2002-07-101-4/+10
* Reconnect a comment with its code.mike2002-07-101-1/+1
* Correct a comment: Typing in the root password at the "Key:" promptdd2002-07-101-2/+2
* Fix indentation: Don't use space where tabs will do; specifically,dd2002-07-101-30/+30
* Remove some missing words.dd2002-07-101-3/+3
* Deuglify the usage message by making it look more like the synopsis indd2002-07-101-3/+4
* Add an -S option that allows the user to disable vty switching. It isdd2002-07-102-3/+29
* Add a VT_LOCKSWITCH ioctl that disallows vty switching. Somethingdd2002-07-103-0/+18
* Include all of isa/ipl.s into exception.s as there is now nothing left injulian2002-07-103-24/+291
* It's not "usio" anymore, it's "ucom".joe2002-07-104-6/+6
* Improve detach operation.joe2002-07-103-14/+53
* Include the bmaj entry in the cdevsw for versions of FreeBSD that need it.joe2002-07-101-0/+3
* Regen.joe2002-07-102-2/+9
* Add another ucom device (ELECOM UC-SGT).joe2002-07-102-0/+3
* Remove vfs_stdmount() and vfs_stdunmount(). They are notmux2002-07-092-23/+0
* Typo fix: s/THAI/TAHIblackend2002-07-091-1/+1
* Use libcrypto.so.2 instead of .1, since we have it now. It should enablejmallett2002-07-091-3/+3
* - Remove IS_LOCKING_VFS() all of our filesystems support locking nowjeff2002-07-091-19/+14
* - Use the new vop_lookup_{pre,post} instead of simpler locking specification.jeff2002-07-091-2/+4
* - Use standard locking functions in syncer's opvjeff2002-07-092-9/+50
* - Change all LK_SHARE locks to LK_EXCLUSIVE. Shared locks aren't quite safejeff2002-07-091-3/+6
* Fix a minor whitespace style nit that broke 'grep ^uuidgen'.jhb2002-07-091-1/+2
* Move the switch statement labels for the explicit 64-bitrobert2002-07-091-3/+3
* Desupport the TurboChannel Alpha's. This means the DEC3000/300* Pelic*obrien2002-07-0933-8485/+9
* Remove tcsetpgrp() stuff across suspend/continue because it cause upper levelache2002-07-091-3/+1
* o Lock accesses to the page queues in vm_object_terminate().alc2002-07-091-1/+3
* Resolve conflicts arising from the ACPI CA 20020611 import.iwasaki2002-07-0922-641/+895
* This commit was generated by cvs2svn to compensate for changes in r99679,iwasaki2002-07-09116-3394/+4522
|\
| * Vendor import of the Intel ACPI CA 20020611 drop.iwasaki2002-07-09128-3956/+5162
* | Update usage for the addition of -n in rev 1.35 of mv.c.johan2002-07-092-3/+3
* | Revert previous delta; warnings fixed by obrien:sheldonh2002-07-091-3/+0
* | Replace the 'at least the amount of physical memory + 64K' with a betterdillon2002-07-091-2/+5
OpenPOWER on IntegriCloud