summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Stop logging ``authpriv'' messages to the world-readable fileyar2003-04-031-1/+1
* Add support for saving and restoring kernel floating point state. The statejake2003-04-032-1/+45
* - Add space for kernel floating point registers to the pcb. These will bejake2003-04-033-10/+18
* - Generally improve register usage in cpu_switch. Use the 'in' registersjake2003-04-031-71/+63
* <sys/disk.h> -> <geom/geom_disk.h>des2003-04-031-1/+1
* Don't assume the fp state is at offset 0 in the pcb.jake2003-04-031-1/+1
* Fix typos (don't use * when taking the size of an array).jake2003-04-031-2/+2
* Remove all the bogus volatile qualifiers from the structs definitionsmux2003-04-032-148/+146
* MFi386: revision 1.188nyan2003-04-031-0/+2
* MFi386: revision 1.561nyan2003-04-032-6/+66
* Don't pull in geom_enc.c any more.phk2003-04-031-3/+1
* #include <sys/endian.h> as needed.phk2003-04-032-0/+2
* Remove geom_enc.c, a superset of these functions are now available inphk2003-04-033-135/+0
* Use <sys/endian.h> instead of geom_enc.c for endianess-agnostification.phk2003-04-035-116/+119
* Use sys/endian.h instead of geom_enc.c for endian-agnostfication.phk2003-04-032-17/+19
* Pointy hat commit:phk2003-04-031-3/+3
* Make sure we don't ignore error codes.phk2003-04-031-32/+24
* Use "unsigned char" instead of "u_char" to avoid trouble.phk2003-04-031-12/+12
* Add support for Moxa Technologies Co., Ltd. PCI I/O Card 4S RS232phk2003-04-031-0/+13
* Add inline functions {be,le}{16,32,64}{enc,dec}() for encoding decodingphk2003-04-032-1/+147
* NO_GEOM cleanup: Remove dkmakeminor().phk2003-04-031-32/+0
* Don't use dkmakeminor(), create our own minor encoding instead.phk2003-04-031-3/+2
* Don't use dkmakeminor(), it has nothing to do with CDroms.phk2003-04-031-6/+2
* 2.x->3.0 upgrade tools are no longer needed. 5.x is unlikely to fitimp2003-04-033-321/+0
* Kill upgrade target docs. It too is stale.imp2003-04-031-1/+0
* Kill aout to elf upgrade path. From an old comment in the makefile:imp2003-04-032-301/+0
* MFp4 @27667: WARNS=5 cleanup on i386.jmallett2003-04-035-15/+17
* - Pass a ucontext_t to _set_curthread. If non-NULL the new thread is setjake2003-04-035-11/+18
* - Keep seperate statistics and run queues for different scheduling classes.jeff2003-04-031-48/+134
* Commit a partial lazy thread switch mechanism for i386. it isn't as lazypeter2003-04-0234-271/+900
* - Don't overrun the ldt buffer.jeff2003-04-021-2/+2
* When kill(-1) returns ESRCH, it could be because the current processrwatson2003-04-021-1/+1
* Lock the process before sending it a SIGIO. Not doing so is a panic(2)jhb2003-04-021-2/+7
* Add handling for cancelled events in the g_call_me() methods.phk2003-04-028-14/+43
* Change events to have an array of "void *" references, and give thephk2003-04-0211-98/+90
* If stat() on the terminal specified in utmp fails due to ENOENT, don'trwatson2003-04-023-2/+21
* Drop the silly notion that fd* entries have both `a' and `b'ru2003-04-021-11/+0
* Back out support for RFC3514.mdodd2003-04-0211-87/+4
* Make disktab(5) MI (repo-copied from etc.i386/disktab).ru2003-04-025-903/+1
* - Use the correct constant define.mdodd2003-04-021-2/+3
* Convert the fxp(4) driver to the busdma API.mux2003-04-023-230/+453
* Need to hold the same SMP lock for (knote) list traversal as forhsu2003-04-021-1/+1
* IP_EVIL -> IP_EFmaxim2003-04-021-2/+2
* Only orphan things if the open/close actually succeeded.phk2003-04-021-11/+10
* Properly handle races between open/close and orphan.phk2003-04-021-10/+34
* Instead of not grapping a request binfinish(ENOMEM) it if malloc fails.sos2003-04-021-1/+2
* fixed invalid pointer referencesuz2003-04-021-0/+1
* MFi386: revisions 1.556 and 1.557.nyan2003-04-022-24/+18
* Merged from sys/dev/syscons/syscons.c revision 1.400.nyan2003-04-021-1/+1
* Sync constant define with NetBSD.mdodd2003-04-023-6/+7
OpenPOWER on IntegriCloud