summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2001-01-14create_kthread(9) -> kthread_create(9); overdose@vomitorium.orgTodd C. Miller
2001-01-13Clarify meaning: the code is entirely ours. Give tribute where tributeMarc Espie
is due, namely all hw information was gleaned from the FreeBSD and Linux drivers.
2001-01-13use md in_cksumMichael Shalayeff
2001-01-13Driver for Cirrus Logic CS4281 sound chips. Originally written for NetBSD byAaron Campbell
Tatoku Ogaito, banged into shape for OpenBSD by me. Recording has not been tested yet, but mpg123 works fine. Sound still works after suspend/resume. XXX: On the IBM ThinkPad X20, must disable pcibios else the cs4281 won't generate interrupts. Cause yet unknown but probably not the driver's fault. YMMV on other laptops with this chip.
2001-01-13move callback to headerfileMarkus Friedl
2001-01-13support supplementary group in {Allow,Deny}GroupsMarkus Friedl
from stevesk@pobox.com
2001-01-13oopsMarkus Friedl
2001-01-13support supplementary group in {Allow,Deny}GroupsMarkus Friedl
from stevesk@pobox.com
2001-01-13WallMarkus Friedl
2001-01-13fix commentMarkus Friedl
2001-01-13reorder, typoMarkus Friedl
2001-01-13split out keepalive from packet_interactive (from dale@accentre.com)Markus Friedl
set IPTOS_LOWDELAY TCP_NODELAY IPTOS_THROUGHPUT for ssh2, too.
2001-01-13enable kerberos passwd auth in ssh2, use k_setpag; ok hin, dugsong, from ↵Markus Friedl
ksulliva@psc.edu
2001-01-13typo, from stevesk@sweden.hp.comMarkus Friedl
2001-01-13free() -> xfree(); fix memory leak; from stevesk@pobox.comMarkus Friedl
2001-01-13use SSH_DEFAULT_PORT; from stevesk@pobox.comMarkus Friedl
2001-01-13getopt() returns -1 not EOF; stevesk@pobox.comMarkus Friedl
2001-01-13small ssh-keygen manpage cleanup; stevesk@pobox.comMarkus Friedl
2001-01-13Sync function comment with man page; fanf@covalent.netTodd C. Miller
2001-01-13Let SYNOPSIS look OpenBSDish and not outlandish.Marc Espie
2001-01-13Preliminary man page for maestro. Link it.Marc Espie
Keep alphabetical order in audio.4 while we're at it :)
2001-01-13Booting 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-13s!UFS!FFSMiod Vallat
2001-01-13own in_cksum versionMichael Shalayeff
2001-01-12no pmap_changebit no more; better barrier thingMichael Shalayeff
2001-01-12fix PTE_BITSMichael Shalayeff
2001-01-12move 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-12do not print pidr3,pidr4 which we do not use anywayMichael Shalayeff
2001-01-12this is even uglier hack, but it also works; theo did not help (;Michael Shalayeff
2001-01-12this is an ugly quick hack, but it works; theo helped (;Michael Shalayeff
2001-01-12Reverse 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-12add SIOCSIFMTU; angelos@ coachedTodd T. Fries
2001-01-12Clarify sigsetjmp vs. setjmp vs. _setjmp.Todd C. Miller
2001-01-12moved stests to src/regress/usr.bin/sort which is more appropriateTodd C. Miller
2001-01-12sort regression tests; moved here from the sort TEST subdirTodd C. Miller
2001-01-12syncTheo de Raadt
2001-01-12remove extra + character in status outputTheo de Raadt
2001-01-12repair -f.Jun-ichiro itojun Hagino
2001-01-12typo, enhough -> enoughBrad Smith
2001-01-12minimize chance of signal handler race. big help from deraadt.Jun-ichiro itojun Hagino
2001-01-12correct fd_set allocation. from deraadtJun-ichiro itojun Hagino
2001-01-12make sure s always has enough from for trailing \0. even though strlcpy willBob Beck
truncate, thanks to itojun@
2001-01-12save_errno handling; itojun okTheo de Raadt
2001-01-12make signo a volatile variable. sync with kameJun-ichiro itojun Hagino
2001-01-12Activate other maestro makes, per Theo's request.Marc Espie
2001-01-12mention more ac97 driversTheo de Raadt
2001-01-12un-race three signal handlers, and fix the fd_set overflow gunkTheo de Raadt
2001-01-12various small cleanupsTheo de Raadt
2001-01-12make signal handler very short, to avoid possibility of race conditions.Jun-ichiro itojun Hagino
commented by deraadt. sync with kame
2001-01-12Update vm interface to MACHIN_NEW_NONCONTIG. Fix compile warning in pcctwo.cSteve Murphree