summaryrefslogtreecommitdiff
path: root/sys/kern
AgeCommit message (Expand)Author
1996-05-28thread changesTheo de Raadt
1996-05-27native emul is now called "native"Theo de Raadt
1996-05-24When INSECURE is not defined, leave securelevel in the BSS so the kerneldm
1996-05-23force securelevel to 0Theo de Raadt
1996-05-22fiddlingTheo de Raadt
1996-05-22fix obscure problem involving ptrace of initTheo de Raadt
1996-05-22+ stripTheo de Raadt
1996-05-22syncTheo de Raadt
1996-05-22build all needed things automatically, no backupsTheo de Raadt
1996-05-22Change VOP_UPDATE() semantics:Theo de Raadt
1996-05-22Added OpenBSD CVS tag.etheisen
1996-05-22Moved contents of elf_abi.h into exec_elf.h. Modified dependant files toetheisen
1996-05-22Moved contents of elf_abi.h into sys/exec_elf.h. Adjusted dependantetheisen
1996-05-18sync to syscalls.masterTheo de Raadt
1996-05-18poll() as a system callTheo de Raadt
1996-05-18socketpair() is not a hack in libc like pipe()Theo de Raadt
1996-05-14fix NetBSD PR#1145.Michael Shalayeff
1996-05-07Make sure config_init gets called before consinit, as at least one portNiklas Hallqvist
1996-05-07if nfds > FD_SETSIZE, allocate room for the bitmasks inside the kernel; alsoTheo de Raadt
1996-05-06Return int from main(), so gcc -Werror won't complain. Rhyme not intended.Niklas Hallqvist
1996-05-03Make pretty + update $NetBSD$ tag. No functional change.Niklas Hallqvist
1996-05-02no sys/cpu.hTheo de Raadt
1996-05-02sync syscalls, no sys/cpu.hTheo de Raadt
1996-05-02Implement futimes()Theo de Raadt
1996-05-02pica also uses elfPer Fogelstrom
1996-04-29Pull in John Kohl's [jtk@netbsd.org] most recent (15Apr96) APM and PCMCIA workhvozda
1996-04-28First argument to profil(2) should be `char *', not `caddr_t'.Thorsten Lockert
1996-04-27Add IPX support (#ifdef'ed, so no problems would arise).Michael Shalayeff
1996-04-24Supply randomness source for the rnd device.Michael Shalayeff
1996-04-23Allow the security level to be lowered when in security level 0dm
1996-04-21partial sync with netbsd 960418, more to comeTheo de Raadt
1996-04-19NetBSD 960317 mergeNiklas Hallqvist
1996-04-18Rename the COMPAT_SVR4_MAP_PAGE_ZERO option to ELF_MAP_PAGE_ZERO as theNiklas Hallqvist
1996-04-18Support mapping of page zero read-only if COMPAT_SVR4_MAP_PAGE_ZERONiklas Hallqvist
1996-04-17Removed vax ifdefed function from kern_subr.c (from NetBSD).Michael Shalayeff
1996-03-31From NetBSD: NFSv3 import (tomorrow's Net's kernel)Michael Shalayeff
1996-03-30Added: sysctl access to the ddb variables.Michael Shalayeff
1996-03-29Initial commit of random source driver.Michael Shalayeff
1996-03-26From NetBSD: vnode_if.[ch] made machine independent.Michael Shalayeff
1996-03-19Merging w/ NetBSD 021796.Michael Shalayeff
1996-03-03From NetBSD: 960217 mergeNiklas Hallqvist
1996-03-03from NetBSD: so it compiles now again ;)Michael Shalayeff
1996-02-29From NetBSD: Merge with NetBSD 960217Niklas Hallqvist
1996-02-27From NetBSD: update to 960217 sourcesNiklas Hallqvist
1996-02-25Make it possible for a port to do special time update handlingThorsten Lockert
1996-02-25Somewhat better support for building tagsThorsten Lockert
1996-02-25Implement frequency-locked loop as in original code; was missingThorsten Lockert
1996-02-25Correct an access check so ntp_adjtime() can actually be usedThorsten Lockert
1996-02-19Count number of forks, vforks, rforks; still need to count VM pages affectedThorsten Lockert
1996-01-29Add kernel PLL for system clockThorsten Lockert