summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
1998-07-14add PDC routines (including console) prototypesMichael Shalayeff
1998-07-14s/ecoff_filehdr/ecoff_exechdr/Michael Shalayeff
1998-07-14add som supportMichael Shalayeff
1998-07-14time_t is in, not longMichael Shalayeff
1998-07-14add HP SOM supportMichael Shalayeff
1998-07-14add symbol table decls and defines; use machine/som.hMichael Shalayeff
1998-07-14add MD som defines, etc.Michael Shalayeff
1998-07-14remove bogus commentMichael Shalayeff
1998-07-14Get rid of unused empty file, pw_scan.h. Nothing uses it anymore.Todd C. Miller
When building .db versions of passwd and master.passwd, go split the loops into three (one per key type) so that we get good locality withing the .db file for getnext style operations (getpwent). With this change I see about a 20% speedup of getpwent() on very large passwd files.
1998-07-14better m-include protection defineMichael Shalayeff
1998-07-14HP object file formatsMichael Shalayeff
1998-07-14oopsMichael Shalayeff
1998-07-14HP object file formatsMichael Shalayeff
1998-07-14some ecoff support; untested, but compilesMichael Shalayeff
1998-07-14no need for machine/exec.hMichael Shalayeff
1998-07-14struct exec members are not long any moreMichael Shalayeff
1998-07-14Use AudioEmulaw string and set precision & flagsJason Wright
1998-07-14multiformat exec frameworkMichael Shalayeff
1998-07-14buf oflowsTheo de Raadt
1998-07-14buf oflowTheo de Raadt
1998-07-13quiet that ddTheo de Raadt
1998-07-13make users aware of what "making devices" entailsTheo de Raadt
1998-07-13fix bar printing, indentTheo de Raadt
1998-07-13snprintf madnessTheo de Raadt
1998-07-13run fingerd -m by defaultTheo de Raadt
1998-07-13use sizeof() instead of MAXHOSTNAMELEN in gethostnameArtur Grabowski
1998-07-13bigger buffer for gethostnameArtur Grabowski
1998-07-13oops; mwp@aba.net.auTheo de Raadt
1998-07-13syncTheo de Raadt
1998-07-13_BSD_TIME_T_ is int, not longMichael Shalayeff
1998-07-13add extern debug decl for DEBUG enabled codeMichael Shalayeff
1998-07-13Unmute DAC and turn off 3-D SRS by defaultConstantine Sapuntzakis
1998-07-13add back distribution tagTheo de Raadt
1998-07-13clean XrTheo de Raadt
1998-07-13boring stuffTheo de Raadt
1998-07-13Part 1) of a fix to the "mount /mnt /mnt" problem.Constantine Sapuntzakis
Don't mount the file system in the kernel name space before calling VFS_MOUNT.
1998-07-13Make compile when DEBUG and DIAGNOSTIC aren't defined.imp
1998-07-13Manual page for S3 SonicVibes driverConstantine Sapuntzakis
1998-07-13Integrate local changesThorsten Lockert
1998-07-13Latest version from Cyclic; skipped filesThorsten Lockert
1998-07-13alloca() is in stand.h noMichael Shalayeff
1998-07-13add alloca, hope none would get hurt, since none but i386 use itMichael Shalayeff
1998-07-13Latest version from CyclicThorsten Lockert
1998-07-13explicate document when a function returns intTodd C. Miller
1998-07-13since i blew up prev commit msg, here it is:Michael Shalayeff
upgrade to new coming stand/exec framework
1998-07-13since i blew up prev commit msg, here it is:Michael Shalayeff
fix stash handling so it won't produce extra key at line start
1998-07-13Create /var/named/dev/null if it is not there and we are running named ↵Todd C. Miller
chroot'd. It would be cleaner to simply do this at install time but this way people who are tracking sources get the correct behavior too.
1998-07-13libsa/itecons.cMichael Shalayeff
1998-07-13typoTodd T. Fries
1998-07-13added hme man page.Jason Wright