Age | Commit message (Collapse) | Author | |
---|---|---|---|
1996-04-23 | Allow the security level to be lowered when in security level 0 | dm | |
1996-04-21 | partial sync with netbsd 960418, more to come | Theo de Raadt | |
1996-04-19 | NetBSD 960317 merge | Niklas Hallqvist | |
1996-04-18 | Rename the COMPAT_SVR4_MAP_PAGE_ZERO option to ELF_MAP_PAGE_ZERO as the | Niklas Hallqvist | |
change affected all ELF formats | |||
1996-04-18 | Support mapping of page zero read-only if COMPAT_SVR4_MAP_PAGE_ZERO | Niklas Hallqvist | |
is used. Dell SVR4 behaved this way, and some binaries rely on such icky behaviour. | |||
1996-04-17 | Removed vax ifdefed function from kern_subr.c (from NetBSD). | Michael Shalayeff | |
Do sync in the order of umount (vfs_syscals.c), as it was pointed by someone in NetBSD's lists. | |||
1996-03-31 | From NetBSD: NFSv3 import (tomorrow's Net's kernel) | Michael Shalayeff | |
Open's patches kept in. i'll possibly take a look at Lite2 soon, is there smth usefull ?.. | |||
1996-03-30 | Added: sysctl access to the ddb variables. | Michael Shalayeff | |
Fixed: "netbsd" strings in sym table handling routines. now it is usefull to change max_{width,line} according to your real console geometry, just w/ sysctl program. | |||
1996-03-29 | Initial commit of random source driver. | Michael Shalayeff | |
1996-03-26 | From NetBSD: vnode_if.[ch] made machine independent. | Michael Shalayeff | |
very usefull (for <sys/vnode.h> inclusion). from the other side this is really machine independent ... tested w/ i386, but should not cause errors w/ other arch's. pls, test it (don't forget to reconfig kernel ;) | |||
1996-03-19 | Merging w/ NetBSD 021796. | Michael Shalayeff | |
speaker upgraded to the current. some changes to the VM stuff (ie kern_thread.c added and so). | |||
1996-03-03 | From NetBSD: 960217 merge | Niklas Hallqvist | |
1996-03-03 | from NetBSD: so it compiles now again ;) | Michael Shalayeff | |
1996-02-29 | From NetBSD: Merge with NetBSD 960217 | Niklas Hallqvist | |
1996-02-27 | From NetBSD: update to 960217 sources | Niklas Hallqvist | |
1996-02-25 | Make it possible for a port to do special time update handling | Thorsten Lockert | |
1996-02-25 | Somewhat better support for building tags | Thorsten Lockert | |
1996-02-25 | Implement frequency-locked loop as in original code; was missing | Thorsten Lockert | |
1996-02-25 | Correct an access check so ntp_adjtime() can actually be used | Thorsten Lockert | |
1996-02-19 | Count number of forks, vforks, rforks; still need to count VM pages affected | Thorsten Lockert | |
by the various fork types | |||
1996-01-29 | Add kernel PLL for system clock | Thorsten Lockert | |
Add ntp_adjtime() and ntp_gettime() system calls Mostly stolen from FreeBSD | |||
1996-01-29 | from netbsd: | Theo de Raadt | |
Don't rely on the protection bits of segments anymore to decide whether it's text or data; use the entry point instead (this solves some trouble with ELF executables with strange permissions) Incorporate some fixes from r_friedl@informatik.uni-kl.de sent to netbsd-bugs a while ago | |||
1996-01-29 | from netbsd: | Theo de Raadt | |
fix off-by-one error in tickfix code. (should increment when count >= interval, because count goes from 0->(interval-1) to count interval ticks.) | |||
1996-01-12 | from netbsd; Correct test for ECHONL (from der Mouse; PR#1922). | Theo de Raadt | |
1996-01-12 | from netbsd; | Theo de Raadt | |
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. | |||
1996-01-10 | plan9-like rfork() implimentation by me based on some earlier incomplete | Theo de Raadt | |
work by rminnich@Sarnoff.COM. still needs RFNOWAIT support. | |||
1996-01-07 | add fdshare() and fdinit() calls for dealing with filedesc structures | Theo de Raadt | |
1996-01-07 | add minherit() system call | Theo de Raadt | |
1996-01-05 | ss_sp is correct, ss_base is not. noticed by agc@sde.uts.amdahl.com; netbsd ↵ | Theo de Raadt | |
pr#1784 | |||
1995-12-30 | from netbsd: | Theo de Raadt | |
Move the old-style disk instrumentation "structures" to a central location (sys/kern/subr_disk.c) and note that they should/will be deprecated. | |||
1995-12-30 | from netbsd: | Theo de Raadt | |
Remove the process from zombproc and its parent's child list before freeing its resources. | |||
1995-12-16 | lofs is gone | Theo de Raadt | |
1995-12-14 | from netbsd; also backup syscallargs.h | Theo de Raadt | |
1995-12-14 | profil() args have changed type.. | Theo de Raadt | |
1995-12-14 | update for new syscalls.master | Theo de Raadt | |
1995-12-14 | from netbsd: | Theo de Raadt | |
Only expect vm_fork() to return if __FORK_BRAINDAMAGE is defined. Use splstatclock() rather than splhigh() in one place. Eliminate unused third arg to vm_fork(). | |||
1995-12-14 | from netbsd; limfree() | Theo de Raadt | |
1995-12-14 | from netbsd: | Theo de Raadt | |
When converting from termios to sgtty, if RAW is set, use the previous settings of LITOUT and PASS8, since these cannot be determined from the termios modes. | |||
1995-12-14 | from netbsd; shmfork does not need to know about vfork | Theo de Raadt | |
1995-12-14 | from netbsd; change profil() arguments | Theo de Raadt | |
1995-12-14 | from netbsd; emulation records | Theo de Raadt | |
1995-12-14 | from netbsd; If we abort, make sure to free ep_emul_arg | Theo de Raadt | |
1995-12-14 | from netbsd; init proc0 fd0 differently | Theo de Raadt | |
1995-12-14 | from netbsd: | Theo de Raadt | |
1) undef various EXEC_ cpp symbols before defining them, in case they're already defined for some reason (this can happen on the alpha, for example, which needs to define EXEC_ECOFF in the std.alpha config file). 2) add hpux compat | |||
1995-11-22 | release text vnode before releasing credentials. vnode releasing can | Theo de Raadt | |
block, but credentials should be alive until the process is really dead. from tegge@idt.unit.no; netbsd pr#1767 | |||
1995-11-13 | indenting error thing that is making my diffs look confusing | Theo de Raadt | |
1995-11-09 | ufs vs ffs compat stuff from Gordon Ross. Gordon says: | chuck | |
This allows the 1.0 version of /sbin/mount to work with the latest kernels. (Being unable to mount disks is a real drag...) | |||
1995-11-06 | complete ufs -> ffs change (From John Kohl; PR #1403) | Theo de Raadt | |
1995-10-18 | initial import of NetBSD tree | Theo de Raadt | |