summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* "Fixed" -Wshadow warnings by changing the name of some function parametersbde2002-03-271-2/+2
* Fixed -Wshadow warnings by renaming ttysleep()'s `timeout' parameter tobde2002-03-271-2/+1
* o Revert previous commit in asm.h. There's no need to undefinemarcel2002-03-273-3/+0
* Eliminate some thread pointers which do not make sense anymore.phk2002-03-2614-90/+140
* Cave in to tradition and rename "methods" to "classes".phk2002-03-2612-122/+122
* Initialise the AS4100 console at the same time as most of the otherdfr2002-03-265-4/+69
* Uncomment GEOM in LINTphk2002-03-262-2/+2
* Remove an unnecessary and inconsistently used variable from exec_new_vmspace().alc2002-03-261-3/+1
* Push BIO_FORMAT into a local hack inside the floppy drivers wherephk2002-03-266-4/+8
* - Fixup a few style nits:arr2002-03-262-12/+10
* Use suser() instead of checking cr_uid against 0 directly.jhb2002-03-261-1/+1
* Commit the good prototype for nmount(2).mux2002-03-261-1/+1
* As discussed in -arch, add the new nmount(2) system call and themux2002-03-264-6/+1207
* Add support for Q.931 subaddresses.hm2002-03-268-39/+92
* We don't need ip_ipsec_pxy.c in userland.ru2002-03-261-1/+1
* Removed some namespace pollution (unnecessary nested includes).bde2002-03-262-3/+0
* Misc little cleanups.sos2002-03-265-33/+27
* Forgot one more instance of my old email address.phk2002-03-261-1/+1
* Remove an unused prototype.alc2002-03-261-1/+0
* Get the guarding right. The IA-64 has a different organization for thisobrien2002-03-261-5/+4
* Added used include of <sys/sx.h>. Don't depend on namespace pollution inbde2002-03-261-0/+1
* Added used include of <sys/sx.h>. Don't depend on namespace pollution inbde2002-03-251-0/+1
* Commit work-around for panics when mounting FS's that are auto-loaded asobrien2002-03-251-0/+2
* Fix bktr and pcf compilation with LINTnsouch2002-03-255-20/+12
* Only use POSIX Awk features.obrien2002-03-251-1/+1
* - Recommit the securelevel_gt() calls removed by commits rev. 1.84 ofarr2002-03-253-6/+16
* Modernize my email address.phk2002-03-252-2/+2
* Merged from sys/dev/sio/sio.c revisions 1.366 and 1.369.nyan2002-03-252-4/+20
* Merged from sys/dev/syscons/syscons.c revision 1.379.nyan2002-03-251-0/+1
* MFi386: revision 1.396nyan2002-03-251-2/+2
* Fix style.nyan2002-03-254-31/+23
* Corrected arguments to key_allocsa called fromume2002-03-252-7/+11
* 3rd arg to bcmp() was wrong. From: David Wang <dsw@juniper.net>ume2002-03-251-1/+1
* Include <machine/limits.h> for definition of ULONG_MAX. Remove amike2002-03-251-1/+1
* Include <machine/limits.h> for definition of ULONG_MAX.mike2002-03-251-0/+1
* Fix kernel build.obrien2002-03-251-1/+1
* Add kern/syscalls.c, which is needed for some KTR traces in trap.c.tmm2002-03-251-0/+1
* Add missing includes for the KTRACE case.tmm2002-03-251-0/+4
* Add missing declarations.tmm2002-03-251-0/+4
* Make this compile (submitted by jake), add a missing include.tmm2002-03-251-1/+2
* Remove second copy of iommu_decode_fault() which I accidentially added.tmm2002-03-251-15/+0
* Remove a FMT that was buried in here.obrien2002-03-251-2/+2
* Remote newly unused variable to unbreak LINT.brooks2002-03-251-1/+1
* Remove the setting of 'FMT'. We now do ELF by default, so only botherobrien2002-03-243-3/+0
* MFP4. This slipped into a IFC(MFC) by PHK, but it could still be usefulobrien2002-03-241-3/+18
* plip has produced an error during attach on Alpha as long as I carewilko2002-03-242-2/+2
* Make the BSD method width/endian agnostic and support alphaphk2002-03-241-11/+187
* Add AMD 768 support.sos2002-03-242-0/+5
* Hide the ACPI counter probing printf behind bootverbose.phk2002-03-241-3/+4
* Guard against redefining __gnuc_va_list.obrien2002-03-246-6/+15
OpenPOWER on IntegriCloud