Age | Commit message (Collapse) | Author | |
---|---|---|---|
1996-06-11 | Kernel-implementation of update(8) my me | Thorsten Lockert | |
1996-06-10 | data structure handling fix | Theo de Raadt | |
1996-06-10 | tty_init/attach/detach() | Theo de Raadt | |
1996-06-10 | call tty_init() and config_init() | Theo de Raadt | |
1996-06-10 | emul_elf has a name of "native" | Theo de Raadt | |
1996-06-10 | use a shorter emul name | Theo de Raadt | |
1996-06-09 | emulation name is "native elf" | Theo de Raadt | |
1996-06-09 | Declare tickfixcnt only ifndef NTP. | briggs | |
1996-06-07 | Exec format config changes | Per Fogelstrom | |
1996-06-06 | catq: must spltty before playing | Theo de Raadt | |
1996-06-06 | Paging exec_elf + mips enhancements | Per Fogelstrom | |
1996-06-05 | catq() optimizations; if to queue is empty, swapping clist structures is faster | Theo de Raadt | |
1996-06-02 | explictly state getvnode's return type | Niklas Hallqvist | |
1996-05-28 | thread changes | Theo de Raadt | |
1996-05-27 | native emul is now called "native" | Theo de Raadt | |
1996-05-24 | When INSECURE is not defined, leave securelevel in the BSS so the kernel | dm | |
binary is harder to patch. (Basically undo last change). | |||
1996-05-23 | force securelevel to 0 | Theo de Raadt | |
1996-05-22 | fiddling | Theo de Raadt | |
1996-05-22 | fix obscure problem involving ptrace of init | Theo de Raadt | |
1996-05-22 | + strip | Theo de Raadt | |
1996-05-22 | sync | Theo de Raadt | |
1996-05-22 | build all needed things automatically, no backups | Theo de Raadt | |
1996-05-22 | Change VOP_UPDATE() semantics: | Theo de Raadt | |
* Make 2nd and 3rd args timespecs, not timevals. * Consistently pass a Boolean as the 4th arg (except in LFS). Also, fix ffs_update() and lfs_update() to actually change the nsec fields. | |||
1996-05-22 | Added OpenBSD CVS tag. | etheisen | |
1996-05-22 | Moved contents of elf_abi.h into exec_elf.h. Modified dependant files to | etheisen | |
reflect this. | |||
1996-05-22 | Moved contents of elf_abi.h into sys/exec_elf.h. Adjusted dependant | etheisen | |
files to reflect new header. | |||
1996-05-18 | sync to syscalls.master | Theo de Raadt | |
1996-05-18 | poll() as a system call | Theo de Raadt | |
1996-05-18 | socketpair() is not a hack in libc like pipe() | Theo de Raadt | |
1996-05-14 | fix NetBSD PR#1145. | Michael Shalayeff | |
1996-05-07 | Make sure config_init gets called before consinit, as at least one port | Niklas Hallqvist | |
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. | |||
1996-05-07 | if nfds > FD_SETSIZE, allocate room for the bitmasks inside the kernel; also | Theo de Raadt | |
selscan() now understands that it may possible be passed home-grown fd_set's larger than FD_SETSIZE. | |||
1996-05-06 | Return int from main(), so gcc -Werror won't complain. Rhyme not intended. | Niklas Hallqvist | |
1996-05-03 | Make pretty + update $NetBSD$ tag. No functional change. | Niklas Hallqvist | |
1996-05-02 | no sys/cpu.h | Theo de Raadt | |
1996-05-02 | sync syscalls, no sys/cpu.h | Theo de Raadt | |
1996-05-02 | Implement futimes() | Theo de Raadt | |
1996-05-02 | pica also uses elf | Per Fogelstrom | |
1996-04-29 | Pull in John Kohl's [jtk@netbsd.org] most recent (15Apr96) APM and PCMCIA work | hvozda | |
(original PCMCIA framework by Stefan Grefen [grefen@convex.com]). | |||
1996-04-28 | First argument to profil(2) should be `char *', not `caddr_t'. | Thorsten Lockert | |
1996-04-27 | Add IPX support (#ifdef'ed, so no problems would arise). | Michael Shalayeff | |
1996-04-24 | Supply randomness source for the rnd device. | Michael Shalayeff | |
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. |