summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* o Add -L${DESTDIR}${LIBDIR} on the link line for -lstand.marcel2002-03-282-8/+8
* Duplicate the logic used elsewhere to define LIBSTAND.marcel2002-03-282-4/+22
* Add d_type and fstype names for JFS.grog2002-03-283-0/+39
* Don't be too fancy with null'ed out functions.obrien2002-03-281-20/+3
* Add sysbeep() for the msmith RAID drivers.obrien2002-03-281-0/+27
* was repocopied to ../boot1obrien2002-03-282-769/+0
* style(9)obrien2002-03-285-36/+56
* Apparently either gcc or ld, in their infinite wisdom, want toobrien2002-03-282-0/+16
* Opps, bootblock component is no more.obrien2002-03-281-1/+1
* sparc64 is an ofw consumer.obrien2002-03-281-2/+2
* Not all platforms have and want a.out format support.obrien2002-03-281-1/+5
* Add a Makefile for sparc64 at this level.obrien2002-03-281-0/+5
* OK, the old HighPoint BIOS's are braindead, they havesos2002-03-271-2/+5
* Allow resursion on the pipe mutex because filt_piperead() and filt_pipewrite()alc2002-03-271-1/+1
* Make the reference counting of 'struct pargs' SMP safe.alfred2002-03-276-19/+61
* Calculate the checksum the right place for alpha. The fact that thisphk2002-03-271-1/+1
* On 2nd thought, we can do without plip altogetherwilko2002-03-272-2/+0
* Fix support for multi CD changers, it was as broken as my old NEC :)sos2002-03-271-16/+13
* Move some includes around to make it more *BSD compliant.joe2002-03-271-4/+12
* Fix spelling and grammar bogons in a comment.murray2002-03-272-14/+14
* MFi386: revision 1.507.kato2002-03-272-2/+2
* Add support for creating/deleting ATA RAID's.sos2002-03-273-106/+332
* Add support for creating/deleting ATA RAID'ssos2002-03-271-1/+10
* Add a new mtx_init option "MTX_DUPOK" which allows duplicate acquires of locksjeff2002-03-2716-32/+20
* oops, forgot to commit this. td->td_savecrit = 0 replaced by APIdillon2002-03-271-0/+1
* Fix style bugs.jake2002-03-271-3/+8
* Fix breakage.jake2002-03-271-1/+1
* Make this compile.jake2002-03-271-1/+0
* Tab-out the backslashes in icu_vector.s to make it more readable and todillon2002-03-275-610/+610
* Compromise for critical*()/cpu_critical*() recommit. Cleanup the interruptdillon2002-03-2778-547/+2583
* "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
OpenPOWER on IntegriCloud