Age | Commit message (Expand) | Author |
2001-01-14 | create_kthread(9) -> kthread_create(9); overdose@vomitorium.org | Todd C. Miller |
2001-01-13 | Clarify meaning: the code is entirely ours. Give tribute where tribute | Marc Espie |
2001-01-13 | use md in_cksum | Michael Shalayeff |
2001-01-13 | Driver for Cirrus Logic CS4281 sound chips. Originally written for NetBSD by | Aaron Campbell |
2001-01-13 | move callback to headerfile | Markus Friedl |
2001-01-13 | support supplementary group in {Allow,Deny}Groups | Markus Friedl |
2001-01-13 | oops | Markus Friedl |
2001-01-13 | support supplementary group in {Allow,Deny}Groups | Markus Friedl |
2001-01-13 | Wall | Markus Friedl |
2001-01-13 | fix comment | Markus Friedl |
2001-01-13 | reorder, typo | Markus Friedl |
2001-01-13 | split out keepalive from packet_interactive (from dale@accentre.com) | Markus Friedl |
2001-01-13 | enable kerberos passwd auth in ssh2, use k_setpag; ok hin, dugsong, from ksul... | Markus Friedl |
2001-01-13 | typo, from stevesk@sweden.hp.com | Markus Friedl |
2001-01-13 | free() -> xfree(); fix memory leak; from stevesk@pobox.com | Markus Friedl |
2001-01-13 | use SSH_DEFAULT_PORT; from stevesk@pobox.com | Markus Friedl |
2001-01-13 | getopt() returns -1 not EOF; stevesk@pobox.com | Markus Friedl |
2001-01-13 | small ssh-keygen manpage cleanup; stevesk@pobox.com | Markus Friedl |
2001-01-13 | Sync function comment with man page; fanf@covalent.net | Todd C. Miller |
2001-01-13 | Let SYNOPSIS look OpenBSDish and not outlandish. | Marc Espie |
2001-01-13 | Preliminary man page for maestro. Link it. | Marc Espie |
2001-01-13 | Booting kernel with MACHINE_NEW_NONCONTIG. UVM code added but not working. | Steve Murphree |
2001-01-13 | s!UFS!FFS | Miod Vallat |
2001-01-13 | own in_cksum version | Michael Shalayeff |
2001-01-12 | no pmap_changebit no more; better barrier thing | Michael Shalayeff |
2001-01-12 | fix PTE_BITS | Michael Shalayeff |
2001-01-12 | move pmap_physseg back to vmparam.h where it belongs. | Michael Shalayeff |
2001-01-12 | do not print pidr3,pidr4 which we do not use anyway | Michael Shalayeff |
2001-01-12 | this is even uglier hack, but it also works; theo did not help (; | Michael Shalayeff |
2001-01-12 | this is an ugly quick hack, but it works; theo helped (; | Michael Shalayeff |
2001-01-12 | Reverse the order of two loop invariant to make 'strlcat(0, "foo", 0)' | Todd C. Miller |
2001-01-12 | add SIOCSIFMTU; angelos@ coached | Todd T. Fries |
2001-01-12 | Clarify sigsetjmp vs. setjmp vs. _setjmp. | Todd C. Miller |
2001-01-12 | moved stests to src/regress/usr.bin/sort which is more appropriate | Todd C. Miller |
2001-01-12 | sort regression tests; moved here from the sort TEST subdir | Todd C. Miller |
2001-01-12 | sync | Theo de Raadt |
2001-01-12 | remove extra + character in status output | Theo de Raadt |
2001-01-12 | repair -f. | Jun-ichiro itojun Hagino |
2001-01-12 | typo, enhough -> enough | Brad Smith |
2001-01-12 | minimize chance of signal handler race. big help from deraadt. | Jun-ichiro itojun Hagino |
2001-01-12 | correct fd_set allocation. from deraadt | Jun-ichiro itojun Hagino |
2001-01-12 | make sure s always has enough from for trailing \0. even though strlcpy will | Bob Beck |
2001-01-12 | save_errno handling; itojun ok | Theo de Raadt |
2001-01-12 | make signo a volatile variable. sync with kame | Jun-ichiro itojun Hagino |
2001-01-12 | Activate other maestro makes, per Theo's request. | Marc Espie |
2001-01-12 | mention more ac97 drivers | Theo de Raadt |
2001-01-12 | un-race three signal handlers, and fix the fd_set overflow gunk | Theo de Raadt |
2001-01-12 | various small cleanups | Theo de Raadt |
2001-01-12 | make signal handler very short, to avoid possibility of race conditions. | Jun-ichiro itojun Hagino |
2001-01-12 | Update vm interface to MACHIN_NEW_NONCONTIG. Fix compile warning in pcctwo.c | Steve Murphree |