summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
1999-12-31fix order of uvm_fault() arguments in debug printf (;Michael Shalayeff
1999-12-31don't bother about pidr3 and pidr4Michael Shalayeff
1999-12-31modify xl_reset to allow for a hard reset (with resets everything includingJason Wright
1999-12-31In prtstat() use u_int32_t and int32_t, not long and castTodd C. Miller
1999-12-31typo; busted ld does not report unresolved symbols from .s sourcesMichael Shalayeff
1999-12-31install IPv6 reject routes only if kernel is capable of IPv6.Jun-ichiro itojun Hagino
1999-12-31this is not used anywhere, since static variables are just not visibleMichael Shalayeff
1999-12-31SYSLIBC_SCCSMichael Shalayeff
1999-12-31like forkMichael Shalayeff
1999-12-31sigsuspendMichael Shalayeff
1999-12-31this was toughMichael Shalayeff
1999-12-31f_bavail is signed (sync with sys/mount.h)Todd C. Miller
1999-12-31do the deedMichael Shalayeff
1999-12-31according to brkMichael Shalayeff
1999-12-310 in child, pid in parentMichael Shalayeff
1999-12-31real fleshMichael Shalayeff
1999-12-31i dunno how ptrace gonna work, so just do an execve for nowMichael Shalayeff
1999-12-30VM_SWAPENCRYPTNiels Provos
1999-12-30add the _af versions to the NAME chunkTheo de Raadt
1999-12-30vm.swapencryptNiels Provos
1999-12-30fix netstat -ss; some zeroed counters were displayedTheo de Raadt
1999-12-30insert #vm.swapencrypt=1Niels Provos
1999-12-30insert commented UVM_SWAP_ENCRYPTIONNiels Provos
1999-12-30vm.swapencrypt for UVMNiels Provos
1999-12-30document UVM_SWAP_ENCRYPTNiels Provos
1999-12-30swap encryption for UVM, option UVM_SWAP_ENCRYPT. needs to be enabledNiels Provos
1999-12-30dont strip off international characters; fixes pr/1020Niels Provos
1999-12-30fix tags link; tdeval@PrimeOBJ.COMTheo de Raadt
1999-12-30initialize lo0 automatically. kame ipv6 code assumes that there's ::1,Jun-ichiro itojun Hagino
1999-12-30Add tctrl0 for tadpole so things like powerdown work.Todd C. Miller
1999-12-30avoid memory leak on realloc() failure.Jun-ichiro itojun Hagino
1999-12-30when db_panic is set, ignore ddb errors that come through the kdb_trap()Theo de Raadt
1999-12-30correct connect() callTheo de Raadt
1999-12-30enable KAME scopeid hack (print link-local addresses with scope identifierJun-ichiro itojun Hagino
1999-12-30replace NRL get{addr,name}info with KAME get{addr,name}info.Jun-ichiro itojun Hagino
1999-12-30comment type. from kwesterback@home.comKjell Wooding
1999-12-30comment out tr by now; deraadt@.Federico G. Schwindt
1999-12-30syncTheo de Raadt
1999-12-30login already decleared in util.hEric Jackson
1999-12-29fix _input/_output proto changes for tcp_signature; angelos@ okMichael Shalayeff
1999-12-29check for NULL 1stMarkus Friedl
1999-12-29remove mips GENERIC.v6 (arch/mips is not for builds, but for code sharing)Jun-ichiro itojun Hagino
1999-12-29fix return type for pmap_growkernel; art@ okMichael Shalayeff
1999-12-28When reading an entry from terminfo.db, do not try to set a capabilityTodd C. Miller
1999-12-28document ncruses extensionsTodd C. Miller
1999-12-28neglected to update NCURSES_VERSION_PATCHTodd C. Miller
1999-12-28Update to ncurses-19991218Todd C. Miller
1999-12-28speed up blowfish by > 20%.Niels Provos
1999-12-28Avoid recursive rw_enter panic. From darrenr@pobox.com.Kjell Wooding
1999-12-28ipf could dump core when fed unfinished rules. Inspired by pr/995.Kjell Wooding