aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Move some includes around to make it more *BSD compliant.Josef Karthauser2002-03-271-4/+12
* Fix spelling and grammar bogons in a comment.Murray Stokely2002-03-272-14/+14
* MFi386: revision 1.507.KATO Takenori2002-03-272-2/+2
* Add support for creating/deleting ATA RAID's.Søren Schmidt2002-03-273-106/+332
* Add support for creating/deleting ATA RAID'sSøren Schmidt2002-03-271-1/+10
* Add a new mtx_init option "MTX_DUPOK" which allows duplicate acquires of locksJeff Roberson2002-03-2716-32/+20
* oops, forgot to commit this. td->td_savecrit = 0 replaced by APIMatthew Dillon2002-03-271-0/+1
* Fix style bugs.Jake Burkholder2002-03-271-3/+8
* Fix breakage.Jake Burkholder2002-03-271-1/+1
* Make this compile.Jake Burkholder2002-03-271-1/+0
* Tab-out the backslashes in icu_vector.s to make it more readable and toMatthew Dillon2002-03-275-610/+610
* Compromise for critical*()/cpu_critical*() recommit. Cleanup the interruptMatthew Dillon2002-03-2778-547/+2583
* "Fixed" -Wshadow warnings by changing the name of some function parametersBruce Evans2002-03-271-2/+2
* Fixed -Wshadow warnings by renaming ttysleep()'s `timeout' parameter toBruce Evans2002-03-271-2/+1
* o Revert previous commit in asm.h. There's no need to undefineMarcel Moolenaar2002-03-273-3/+0
* Eliminate some thread pointers which do not make sense anymore.Poul-Henning Kamp2002-03-2614-90/+140
* Cave in to tradition and rename "methods" to "classes".Poul-Henning Kamp2002-03-2612-122/+122
* Initialise the AS4100 console at the same time as most of the otherDoug Rabson2002-03-265-4/+69
* Uncomment GEOM in LINTPoul-Henning Kamp2002-03-262-2/+2
* Remove an unnecessary and inconsistently used variable from exec_new_vmspace().Alan Cox2002-03-261-3/+1
* Push BIO_FORMAT into a local hack inside the floppy drivers wherePoul-Henning Kamp2002-03-266-4/+8
* - Fixup a few style nits:Andrew R. Reiter2002-03-262-12/+10
* Use suser() instead of checking cr_uid against 0 directly.John Baldwin2002-03-261-1/+1
* Commit the good prototype for nmount(2).Maxime Henrion2002-03-261-1/+1
* As discussed in -arch, add the new nmount(2) system call and theMaxime Henrion2002-03-264-6/+1207
* Add support for Q.931 subaddresses.Hellmuth Michaelis2002-03-268-39/+92
* We don't need ip_ipsec_pxy.c in userland.Ruslan Ermilov2002-03-261-1/+1
* Removed some namespace pollution (unnecessary nested includes).Bruce Evans2002-03-262-3/+0
* Misc little cleanups.Søren Schmidt2002-03-265-33/+27
* Forgot one more instance of my old email address.Poul-Henning Kamp2002-03-261-1/+1
* Remove an unused prototype.Alan Cox2002-03-261-1/+0
* Get the guarding right. The IA-64 has a different organization for thisDavid E. O'Brien2002-03-261-5/+4
* Added used include of <sys/sx.h>. Don't depend on namespace pollution inBruce Evans2002-03-261-0/+1
* Added used include of <sys/sx.h>. Don't depend on namespace pollution inBruce Evans2002-03-251-0/+1
* Commit work-around for panics when mounting FS's that are auto-loaded asDavid E. O'Brien2002-03-251-0/+2
* Fix bktr and pcf compilation with LINTNicolas Souchu2002-03-255-20/+12
* Only use POSIX Awk features.David E. O'Brien2002-03-251-1/+1
* - Recommit the securelevel_gt() calls removed by commits rev. 1.84 ofAndrew R. Reiter2002-03-253-6/+16
* Modernize my email address.Poul-Henning Kamp2002-03-252-2/+2
* Merged from sys/dev/sio/sio.c revisions 1.366 and 1.369.Yoshihiro Takahashi2002-03-252-4/+20
* Merged from sys/dev/syscons/syscons.c revision 1.379.Yoshihiro Takahashi2002-03-251-0/+1
* MFi386: revision 1.396Yoshihiro Takahashi2002-03-251-2/+2
* Fix style.Yoshihiro Takahashi2002-03-254-31/+23
* Corrected arguments to key_allocsa called fromHajimu UMEMOTO2002-03-252-7/+11
* 3rd arg to bcmp() was wrong. From: David Wang <dsw@juniper.net>Hajimu UMEMOTO2002-03-251-1/+1
* Include <machine/limits.h> for definition of ULONG_MAX. Remove aMike Barcroft2002-03-251-1/+1
* Include <machine/limits.h> for definition of ULONG_MAX.Mike Barcroft2002-03-251-0/+1
* Fix kernel build.David E. O'Brien2002-03-251-1/+1
* Add kern/syscalls.c, which is needed for some KTR traces in trap.c.Thomas Moestl2002-03-251-0/+1
* Add missing includes for the KTRACE case.Thomas Moestl2002-03-251-0/+4