summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Check in some months long pending minor debug output changes.mjacob2003-06-021-26/+47
* Use C99 compatable asm statements.obrien2003-06-022-4/+4
* Change kernel_object and kmem_object to (&kernel_object_store) andalc2003-06-012-8/+8
* Improve set_mcontext:marcel2003-06-011-0/+5
* Improve on cpu_set_upcall:marcel2003-06-011-13/+13
* A new API function PacketAliasRedirectDynamic() can be usedru2003-06-013-1/+36
* Make the PacketAliasSetAddress() function call optional. If itru2003-06-012-11/+18
* Change a :mux2003-06-012-2/+2
* Be sloppier about the miidevs.h dependency. This reduces the maintenanceobrien2003-06-011-7/+1
* Accpet '1'..'5' in place of F1..F5 for serial console users.obrien2003-06-011-3/+5
* Shorten long comment.obrien2003-06-011-1/+1
* Sync with i386/GENERIC ordering.obrien2003-06-011-18/+20
* - Style(9) fixes, most notably :mux2003-06-012-1070/+730
* Restore parentheses removed inappropriately in last commit.mjacob2003-06-011-2/+3
* Simplify the GEOM OAM api: Drop the request type, and let everythingphk2003-06-017-432/+289
* constify g_sanity()phk2003-06-012-2/+2
* Add (but do not connect) a half-finished driver for Aureal Vortex cards.des2003-06-013-0/+820
* Remove break after return.phk2003-06-011-1/+1
* Remove #include <sys/disklabel.h>phk2003-06-012-2/+0
* Don't leak "barlist" allocation on failure.phk2003-06-011-0/+4
* Remove unused variables.phk2003-06-011-15/+3
* Use bcmp() to compare hash strings.phk2003-06-011-1/+1
* Don't unlock the parent directory vnode twice if the ISDOTDOT flagtruckman2003-06-011-1/+2
* Remove unused variables.phk2003-06-011-11/+1
* Make "where" an alias for "trace"phk2003-06-011-0/+1
* Add /* FALLTHROUGH */phk2003-06-011-0/+4
* Implement cpu_thread_setup(). This is mostly the same as on i386,marcel2003-06-011-0/+8
* Fix up locking problems in fifo_open() and fifo_close():truckman2003-06-011-25/+73
* Remove the ia64 hackery in threadinit() that was needed to work aroundmarcel2003-06-012-28/+0
* MFi386: revision 1.199nyan2003-06-013-3/+3
* Merged from sys/isa/ppc.c revision 1.40.nyan2003-06-012-14/+0
* Merged from sys/isa/fd.c revision 1.250.nyan2003-06-012-4/+0
* Merged from sys/dev/sio/sio.c revision 1.399.nyan2003-06-012-4/+0
* Use SC_NO_CUTPASTE to protect cutpaste variables correctly, fixing thejmallett2003-06-011-2/+4
* Return EOPNOTSUPP for attempted EA operations on VCHR vnodes in UFS2;rwatson2003-06-011-0/+14
* Attempt to further comment and clarify System V IPC logic: documentrwatson2003-05-311-9/+24
* Attempt to marginally de-obfuscate sections of the System V IPC accessrwatson2003-05-311-2/+7
* MFi386: rev 1.56: remove break after returnpeter2003-05-311-2/+2
* MFi386: rev 1.23: use gdb_strlen()/gdb_strcpy() directly.peter2003-05-311-14/+11
* MFi386: rev 1.50: remove unused variablepeter2003-05-311-3/+0
* Now that we have the signal trampolines in the gateway page and themarcel2003-05-311-1/+7
* If DESTDIR was specified as a makeoption in the kernelconfig filephk2003-05-311-0/+5
* Implement cpu_set_upcall(). Required by libthr and used bymarcel2003-05-311-0/+22
* wrap macro in do {...} while(0)phk2003-05-312-4/+4
* Add "" around mutex name to make message less confusing.phk2003-05-312-2/+2
* Add an XXX comment with a TODO item for next time we run a revisionphk2003-05-311-0/+5
* Implement set_mcontext() and get_mcontext(). Just as for sendsig() andmarcel2003-05-311-4/+14
* Make the regset pointers const pointers for the context restore functions.marcel2003-05-311-3/+3
* Some ia32 related finetuning for the EPC syscall path:marcel2003-05-312-50/+64
* Add /* FALLTHROUGH */phk2003-05-313-9/+7
OpenPOWER on IntegriCloud