summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
1999-11-14EFAULT does not happen for all files; posix 1003.1, line 216Theo de Raadt
1999-11-14protect against copuin faultsMichael Shalayeff
1999-11-14fix pmap_create() so it works for user mappings.Michael Shalayeff
1999-11-14not kerberos; karls@inet.noTheo de Raadt
1999-11-14Kill the overly verbose description strings, add another device.Jason Downs
1999-11-14RegenJason Downs
1999-11-14Shrink more; make all puc devices simply "I/O", and add another one.Jason Downs
1999-11-14this seem proper nowMichael Shalayeff
1999-11-14syncTheo de Raadt
1999-11-14shrinkTheo de Raadt
1999-11-13regen based on syscalls.master changesTodd C. Miller
1999-11-13add /etc/group in FILES sectionEric Jackson
1999-11-13Add OSS audio support to BSD/OS emulation.Todd C. Miller
1999-11-13overflow fixes; netbsdTheo de Raadt
1999-11-13overflow fixes; chuqTheo de Raadt
1999-11-13syncTheo de Raadt
1999-11-13add another modemTheo de Raadt
1999-11-13remove trailing comma also. oopsEric Jackson
1999-11-13remove .Xr to a few non-existant man pagesEric Jackson
1999-11-13Add FIBMAP ioctl.Angelos D. Keromytis
1999-11-13FIBMAP ioctl from Linux, only usable on ISO 9660 FS. Note that the lbaAngelos D. Keromytis
1999-11-13syncTheo de Raadt
1999-11-13from chuq@chuq.com: several fixes to copy{in,out,}str() from charlesTheo de Raadt
1999-11-12Break out the allocation of pv entries and 4m pagetables into functions.Artur Grabowski
1999-11-12Use SEEK_SET instead of 0 for lseek.Artur Grabowski
1999-11-12save a view malloc/memcpy/memset/free's, ok nielsMarkus Friedl
1999-11-12fix overflow reported by damien@ibs.com.au: off_t totalsize, ok niels,aaronMarkus Friedl
1999-11-12This shouldn't have been committed with the previous commit, revertAngelos D. Keromytis
1999-11-12Merge dvdio.h and cdio.h, don't use typedefs, get rid of bitfields (noAngelos D. Keromytis
1999-11-12Use cdio.h instead of dvdio.hAngelos D. Keromytis
1999-11-12syncTheo de Raadt
1999-11-11clear temp bufferMarkus Friedl
1999-11-11make all access to options via 'extern Options options'Markus Friedl
1999-11-11print _all_ bad options found in configfileMarkus Friedl
1999-11-11IgnoreUserKnownHosts(default=no), used for RhostRSAAuth, ok deraadt,millertMarkus Friedl
1999-11-11Allow identd to be used w/o inetd.Federico G. Schwindt
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