Age | Commit message (Expand) | Author |
1999-12-31 | fix order of uvm_fault() arguments in debug printf (; | Michael Shalayeff |
1999-12-31 | don't bother about pidr3 and pidr4 | Michael Shalayeff |
1999-12-31 | modify xl_reset to allow for a hard reset (with resets everything including | Jason Wright |
1999-12-31 | In prtstat() use u_int32_t and int32_t, not long and cast | Todd C. Miller |
1999-12-31 | typo; busted ld does not report unresolved symbols from .s sources | Michael Shalayeff |
1999-12-31 | install IPv6 reject routes only if kernel is capable of IPv6. | Jun-ichiro itojun Hagino |
1999-12-31 | this is not used anywhere, since static variables are just not visible | Michael Shalayeff |
1999-12-31 | SYSLIBC_SCCS | Michael Shalayeff |
1999-12-31 | like fork | Michael Shalayeff |
1999-12-31 | sigsuspend | Michael Shalayeff |
1999-12-31 | this was tough | Michael Shalayeff |
1999-12-31 | f_bavail is signed (sync with sys/mount.h) | Todd C. Miller |
1999-12-31 | do the deed | Michael Shalayeff |
1999-12-31 | according to brk | Michael Shalayeff |
1999-12-31 | 0 in child, pid in parent | Michael Shalayeff |
1999-12-31 | real flesh | Michael Shalayeff |
1999-12-31 | i dunno how ptrace gonna work, so just do an execve for now | Michael Shalayeff |
1999-12-30 | VM_SWAPENCRYPT | Niels Provos |
1999-12-30 | add the _af versions to the NAME chunk | Theo de Raadt |
1999-12-30 | vm.swapencrypt | Niels Provos |
1999-12-30 | fix netstat -ss; some zeroed counters were displayed | Theo de Raadt |
1999-12-30 | insert #vm.swapencrypt=1 | Niels Provos |
1999-12-30 | insert commented UVM_SWAP_ENCRYPTION | Niels Provos |
1999-12-30 | vm.swapencrypt for UVM | Niels Provos |
1999-12-30 | document UVM_SWAP_ENCRYPT | Niels Provos |
1999-12-30 | swap encryption for UVM, option UVM_SWAP_ENCRYPT. needs to be enabled | Niels Provos |
1999-12-30 | dont strip off international characters; fixes pr/1020 | Niels Provos |
1999-12-30 | fix tags link; tdeval@PrimeOBJ.COM | Theo de Raadt |
1999-12-30 | initialize lo0 automatically. kame ipv6 code assumes that there's ::1, | Jun-ichiro itojun Hagino |
1999-12-30 | Add tctrl0 for tadpole so things like powerdown work. | Todd C. Miller |
1999-12-30 | avoid memory leak on realloc() failure. | Jun-ichiro itojun Hagino |
1999-12-30 | when db_panic is set, ignore ddb errors that come through the kdb_trap() | Theo de Raadt |
1999-12-30 | correct connect() call | Theo de Raadt |
1999-12-30 | enable KAME scopeid hack (print link-local addresses with scope identifier | Jun-ichiro itojun Hagino |
1999-12-30 | replace NRL get{addr,name}info with KAME get{addr,name}info. | Jun-ichiro itojun Hagino |
1999-12-30 | comment type. from kwesterback@home.com | Kjell Wooding |
1999-12-30 | comment out tr by now; deraadt@. | Federico G. Schwindt |
1999-12-30 | sync | Theo de Raadt |
1999-12-30 | login already decleared in util.h | Eric Jackson |
1999-12-29 | fix _input/_output proto changes for tcp_signature; angelos@ ok | Michael Shalayeff |
1999-12-29 | check for NULL 1st | Markus Friedl |
1999-12-29 | remove mips GENERIC.v6 (arch/mips is not for builds, but for code sharing) | Jun-ichiro itojun Hagino |
1999-12-29 | fix return type for pmap_growkernel; art@ ok | Michael Shalayeff |
1999-12-28 | When reading an entry from terminfo.db, do not try to set a capability | Todd C. Miller |
1999-12-28 | document ncruses extensions | Todd C. Miller |
1999-12-28 | neglected to update NCURSES_VERSION_PATCH | Todd C. Miller |
1999-12-28 | Update to ncurses-19991218 | Todd C. Miller |
1999-12-28 | speed up blowfish by > 20%. | Niels Provos |
1999-12-28 | Avoid recursive rw_enter panic. From darrenr@pobox.com. | Kjell Wooding |
1999-12-28 | ipf could dump core when fed unfinished rules. Inspired by pr/995. | Kjell Wooding |