Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
Keep alphabetical order in audio.4 while we're at it :) | |||
2001-01-13 | Booting kernel with MACHINE_NEW_NONCONTIG. UVM code added but not working. | Steve Murphree | |
New stand config. Lots of header fixes. Can now cross-compile i386->m88k. | |||
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 | |
define PMAP_PREFER in pmap.h, as afar as i understand it works. no more pmap_changebit() grow USRIOSIZE in vmparam.h | |||
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 | |
not get a SEGV; Richard Kettlewell <rjk@greenend.org.uk> | |||
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 | |
truncate, thanks to itojun@ | |||
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 | |
commented by deraadt. sync with kame | |||
2001-01-12 | Update vm interface to MACHIN_NEW_NONCONTIG. Fix compile warning in pcctwo.c | Steve Murphree | |
2001-01-12 | use setitimer instead of alarm | Jason Wright | |
2001-01-11 | nearly a complete rewrite. use poll(), no more signals, no more races, | Theo de Raadt | |
no more bullshit. someone use this? please run with it. | |||
2001-01-11 | fd_set overflows, move races out of signal handlers, and fd_set repairs; | Theo de Raadt | |
some conversations with alejo@core-sdi.com, not sure yet if this is 100% perfect, but i have tested it and it works.. | |||
2001-01-11 | Add maestro | Marc Espie | |
2001-01-11 | fix fd_set overflow | Theo de Raadt | |
2001-01-11 | indent | Theo de Raadt | |
2001-01-11 | fix closedown() stub generated by rpcgen(1) | Theo de Raadt | |
2001-01-11 | Sound driver for some ESS maestro models. Work by d@ and me, based on | Marc Espie | |
the FreeBSD driver, and some linux code. Probably some tweaks to reach out for more pci cards (some models are currently commented out, and we have yet to find a card where stereo output gets de-synchronized, as the FreeBSD driver claims happens). Suspends/resume works, recording and keyboard volume control on the way. This is not derived from the NetBSD driver in any way. Just happens that both works reached completion at the same time. | |||
2001-01-11 | indent | Theo de Raadt | |
2001-01-11 | change signal handler to set a flag, and then in the main loop do | Theo de Raadt | |
the work that this handler used to do. many signal handlers in the tree should be changed to this, since a large percentage of them have raceable stuff in them; like mixing malloc's and stdio inside and outside the handler.. terrrible stuff | |||
2001-01-11 | maxfd+1 | Markus Friedl | |
2001-01-11 | save_errno in signal handler | Theo de Raadt | |
2001-01-11 | fix a few strings | Michael Shalayeff | |
2001-01-11 | auich | Michael Shalayeff | |
2001-01-11 | fix select overflow, work by deraadt and me. | Markus Friedl | |