Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | better panic message | 1999-04-22 | 1 | -2/+2 | ||
| | ||||||
* | re-do how copyright messages are done | 1999-03-01 | 1 | -5/+5 | ||
| | ||||||
* | initialize uvm, make allocations work with uvm, namchanges for uvm, etc | 1999-02-26 | 1 | -1/+46 | ||
| | ||||||
* | kthread abstraction from NetBSD, implemented with our rfork | 1999-01-11 | 1 | -43/+16 | ||
| | ||||||
* | Generalize cpu_set_kpc to take any kind of arg; mostly from NetBSD | 1999-01-10 | 1 | -13/+16 | ||
| | ||||||
* | 1999 | 1999-01-02 | 1 | -2/+2 | ||
| | ||||||
* | add openbsd copyright; if you have not talked to me about this already, do so now | 1998-09-16 | 1 | -2/+5 | ||
| | ||||||
* | Merge of MACHINE_NEW_CONTIG (aka MNN) code from Chuck Cranor, | 1998-03-01 | 1 | -1/+4 | ||
| | | | | | | | | | | | | | | | | <chuck@openbsd.org>. This code is as of yet disabled on all platforms, actually not yet supported on more than mvme68k, although other platforms are expected soon, as code is already available. This code makes handling of multiple physical memory regions consistent over all platforms, as well as keeping the performance of maintaining a single continuous memory chunk. It is also a requirement for the upcoming UVM replacement VM system. What I did in this merge: just declared the pmap_map function in a MD include file per port that needs it. It's not an exported pmap interface, says Chuck. It ended up in differnt include files on differnet ports, as I tried to follow the current policy on a per-arch basis. | |||||
* | prototype dkcsumattach correctly | 1998-02-20 | 1 | -2/+2 | ||
| | ||||||
* | Updates for VFS Lite 2 + soft update. | 1997-11-06 | 1 | -5/+4 | ||
| | ||||||
* | mak kernel compiles w/o bios0 | 1997-11-06 | 1 | -1/+4 | ||
| | ||||||
* | dkcsum is *really* mandatory. XXX will be done differently later. | 1997-10-28 | 1 | -1/+9 | ||
| | ||||||
* | back out vfs lite2 till after 2.2 | 1997-10-06 | 1 | -4/+5 | ||
| | ||||||
* | VFS Lite2 Changes | 1997-10-06 | 1 | -5/+4 | ||
| | ||||||
* | two unneeded variables; enami@ba2.so-net.or.jp | 1997-07-28 | 1 | -4/+2 | ||
| | ||||||
* | random pid generation, heh | 1997-06-05 | 1 | -1/+2 | ||
| | ||||||
* | Fix return with missin value... | 1997-04-19 | 1 | -2/+2 | ||
| | ||||||
* | Implement NOFILE_MAX--hard limit on max descriptors per proccess. | 1997-03-27 | 1 | -1/+8 | ||
| | | | | | Future direction, might make sense to make this a kernel symbol tha is sysctl-able. | |||||
* | mountroot is prototyped elsewhere | 1996-11-06 | 1 | -2/+1 | ||
| | ||||||
* | random device is permanent now. | 1996-10-19 | 1 | -1/+2 | ||
| | ||||||
* | fix NFSSERVER w/o NFSCLIENT; netbsd pr#1780, cgd@netbsd (yes, a 10month | 1996-09-21 | 1 | -1/+8 | ||
| | | | | old PR and the fix is mostly unchanged). | |||||
* | more Swedish pedantery, kill statics, provide protos etc | 1996-09-04 | 1 | -8/+9 | ||
| | ||||||
* | Cleanup exec | 1996-08-31 | 1 | -1/+2 | ||
| | ||||||
* | spit out a warning if /dev/console does not exist; from mouse@Collatz.McRCIM.McGill.EDU | 1996-08-21 | 1 | -1/+22 | ||
| | ||||||
* | microtime for srandom | 1996-08-13 | 1 | -2/+4 | ||
| | ||||||
* | srandom() seeds random() at boottime | 1996-08-10 | 1 | -1/+3 | ||
| | ||||||
* | only call config_init() once | 1996-06-16 | 1 | -2/+1 | ||
| | ||||||
* | Kernel-implementation of update(8) my me | 1996-06-11 | 1 | -1/+31 | ||
| | ||||||
* | call tty_init() and config_init() | 1996-06-10 | 1 | -2/+5 | ||
| | ||||||
* | native emul is now called "native" | 1996-05-27 | 1 | -4/+4 | ||
| | ||||||
* | Make sure config_init gets called before consinit, as at least one port | 1996-05-07 | 1 | -2/+3 | ||
| | | | | | | actually uses config_* functions for console attachment. Document config_init should not call malloc as the move was over the mem-init function calls too. | |||||
* | Return int from main(), so gcc -Werror won't complain. Rhyme not intended. | 1996-05-06 | 1 | -3/+5 | ||
| | ||||||
* | sync syscalls, no sys/cpu.h | 1996-05-02 | 1 | -3/+2 | ||
| | ||||||
* | partial sync with netbsd 960418, more to come | 1996-04-21 | 1 | -2/+3 | ||
| | ||||||
* | From NetBSD: 960217 merge | 1996-03-03 | 1 | -3/+21 | ||
| | ||||||
* | from netbsd; | 1996-01-12 | 1 | -1/+3 | ||
| | | | | | | | | | | | | | | | | New generic disk framework. Highlights: New metrics handling. Metrics are now kept in the new `struct disk'. Busy time is now stored as a timeval, and transfer count in bytes. Storage for disklabels is now dynamically allocated, so that the size of the disk structure is not machine-dependent. Several new functions for attaching and detaching disks, and handling metrics calculation. Old-style instrumentation is still supported in drivers that did it before. However, old-style instrumentation is being deprecated, and will go away once the userland utilities are updated for the new framework. For usage and architectural details, see the forthcoming disk(9) manual page. | |||||
* | from netbsd; init proc0 fd0 differently | 1995-12-14 | 1 | -13/+11 | ||
| | ||||||
* | initial import of NetBSD tree | 1995-10-18 | 1 | -0/+496 | ||