summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
1999-11-11Add support for sending signals other than SIGHUP and optionallyTodd C. Miller
1999-11-11SCSI commands do not send data in both directions in the data phase.Constantine Sapuntzakis
1999-11-11Pool will not work with old vm and is only used by uvm. Remove non-uvm code.Artur Grabowski
1999-11-11add a powerhook to disable DMA on suspend. okay jason@Niels Provos
1999-11-11Delay USB device attachment to prevent lost interrupts when probing uaudio.Hakan Olsson
1999-11-11USB Audio, from NetBSD (augustss@carlstedt.se). Imported by me and niklas@.Hakan Olsson
1999-11-11Use snprintf instead of sprintf and sizeof(foo) instead of hardcoded sizes.Artur Grabowski
1999-11-11session_key_int may be zeroMarkus Friedl
1999-11-11General cleanup of pmap.Artur Grabowski
1999-11-11extern.h is a better name than nonints.hMarc Espie
1999-11-11Close bugMarc Espie
1999-11-11Communicate line numbers between parse.c and for.c.Marc Espie
1999-11-11Lineno as unsigned long. Slightly easier for printf, and more sensible.Marc Espie
1999-11-11Kill Str_FindSubString, it's strstr.Marc Espie
1999-11-11Move all prototypes to nonints.h. Comment no longer reflects reality.Marc Espie
1999-11-11fix fatal/assert() bug reported by damien@ibs.com.au:Markus Friedl
1999-11-11Do not default to stacken.kth.se. The user should enter his own cell.Artur Grabowski
1999-11-11.Xr login_fbtabEric Jackson
1999-11-11add man page for login_fbtab()Eric Jackson
1999-11-11dhclient should fit...Theo de Raadt
1999-11-11Only allow dhcp as an option if /sbin/dhclient exists; deraadt@Todd C. Miller
1999-11-11Note that when no arguments are given, only the newline is printed.Aaron Campbell
1999-11-11syncTheo de Raadt
1999-11-11Xr inode(5), and clean up a bit.Aaron Campbell
1999-11-10add LogLevel {QUIET, FATAL, ERROR, INFO, CHAT, DEBUG} to ssh/sshd,Markus Friedl
1999-11-10Fix to use enoioctlConstantine Sapuntzakis
1999-11-10remove x11- and krb-cleanup from fatal() + krb-cleanup cleanupMarkus Friedl
1999-11-10Tweaks; millert@Aaron Campbell
1999-11-10calloc.c is backTodd C. Miller
1999-11-10calloc() needs to be separate from malloc in case a user wants to haveTodd C. Miller
1999-11-10Fix typo in printfChris Cappuccio
1999-11-10include syscallnames only if compiling w/ SYSCALL_DEBUG.Michael Shalayeff
1999-11-10Turn on strict-prototypes, add missing prototypes.Marc Espie
1999-11-10Make ParseSkipLine more regular:Marc Espie
1999-11-09Fix lengths of scsi cmdsAngelos D. Keromytis
1999-11-09user/958: check ~/.ssh/known_hosts for rhosts-rsa, too, ok niels/millertMarkus Friedl
1999-11-09Add a man page for /dev/zero.Aaron Campbell
1999-11-09Merge calloc(3) man page into malloc.3; as suggested by millert@Aaron Campbell
1999-11-09Install a shared libperl and link against it. Put libperl in /usr/libTodd C. Miller
1999-11-09Move calloc() into malloc.c and only zero out the area if malloc()Todd C. Miller
1999-11-09remove really lame bug espie created; ca@zardoc.endmail.orgTheo de Raadt
1999-11-09Add SIOCSIFMEDIA and SIOCGIFMEDIA to the switch in ifioctl(). SIOCSIFMEDIATodd C. Miller
1999-11-09syncNiels Provos
1999-11-09neomagic 256avNiels Provos
1999-11-09Bump minor for addition of strtok_r.Artur Grabowski
1999-11-09Adapt to changed pmap_enter API (the extra argument is a no-op).Artur Grabowski
1999-11-09Adapt to pmap_enter changes.Artur Grabowski
1999-11-09Install man-page links for strtok_r.Artur Grabowski
1999-11-09Document strtok_r.Artur Grabowski
1999-11-09Implement strtok_r.Artur Grabowski