summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
1996-06-18my netbsd pr#2217: add utmp support to ftpd, some other small changes/fixes.Jason Downs
1996-06-18from okiTheo de Raadt
1996-06-18use p->hashfraction when doing non-time-critical calculations, rather thanTheo de Raadt
using HASHFRACTION directly. in time-critical calculations, if HASHFRACTION is a power of two, check that p->hashfraction == HASHFRACTION and if so do the calculation with the compiled-in value so that the compiler can optimize out (potentially) expensive divisions. if p->hashfraction != HASHFRACTION, actually do the division. This has the result that on machines with slow division, the division can be optimized out of the common case, but that if HASHFRACTION changes from the compiled-in value (for whatever reason), profiling will still work. Changes suggested by Chris Torek.
1996-06-18update idTheo de Raadt
1996-06-18xpg4.2 makes sys/types.h optional, so we gotta include it ourselvesTheo de Raadt
1996-06-18from netbsd; remove nstest/nsquery referencesTheo de Raadt
1996-06-18vi fixes from bosticTheo de Raadt
1996-06-18from netbsd Fix missing `)' in the sideways view of interfacesTheo de Raadt
(i.e. netstat -w 1). Bug pointed out by Chris G. Demetriou.
1996-06-18merge in rev 1.6; emul_nativeTheo de Raadt
1996-06-18sync to 0616, retaining local diffsTheo de Raadt
1996-06-18sick netbsd alpha hack (why not do what other ports do?)Theo de Raadt
1996-06-18oops, still missed a typoJason Downs
1996-06-18slight cleaningJason Downs
1996-06-18build poll.oTheo de Raadt
1996-06-17probe routine has to have a way to succeed; netbsd pr#2555; ↵Theo de Raadt
peter@peter.noc.demon.net
1996-06-17set default level to 5, misc cleanup.Michael Shalayeff
1996-06-17bad splx, bad bad badTheo de Raadt
1996-06-17whoopsTheo de Raadt
1996-06-17updated patch from lukem@supp.cpr.itg.telecom.com.au to also make -r and -R ↵Theo de Raadt
work again
1996-06-17Switched to generic opendev(3)Jason Downs
1996-06-17opendev.3: opendev(3) man pageJason Downs
1996-06-17opendev.h -> util.hJason Downs
1996-06-17opendev.h -> util.hJason Downs
1996-06-17util.h: new resting placeJason Downs
opendev.h: ok, so I merged it with util.h opendev.h: use util.h everything else: use "util.h"
1996-06-17I'm moving util.h to it's proper place, damnit.Jason Downs
1996-06-17parse args before tty options file; netbsd pr#2554; from ↵Theo de Raadt
Davyd.Norris@fcollins.com.au
1996-06-17create /usr/src if it does not exist (but mtree did chown which is badTheo de Raadt
1996-06-17Switch over to generic opendev(3).Jason Downs
1996-06-17Added better ELF section header handling. Correctly handle stripped objs.etheisen
Added STT_FILE translation. General cleanup.
1996-06-17Changed to use the opendev(3) in libutilJason Downs
1996-06-17Add opendev(3) to libutil. Used by mt(1), soon by disklabel(8), maybeJason Downs
others. This is a generic version of the code used by mt(1).
1996-06-17Go ahead and copyright this file.Jason Downs
1996-06-17Change from my, umm, BSD/OS tree: allow root to run TIOCGPGRP on anything.Jason Downs
1996-06-17SCIOCCOMMAND now requires that the device be open for writing.Jason Downs
1996-06-17kill all references to /usr/src.Jason Downs
1996-06-17The eject half of mt requires a device, instead of defaulting to the tape.Jason Downs
1996-06-17count daysTheo de Raadt
1996-06-17fdeject: into the voidJason Downs
1996-06-17print days correct; also deal with today correctly, netbsd pr#2534, ↵Theo de Raadt
tacha@tera.fukui-med.ac.jp
1996-06-1768060 support == 68040 supportTheo de Raadt
1996-06-17from netbsd; md_parse_arg: `-K' implies `-k'Theo de Raadt
1996-06-17from netbsd; Change the segment mov constraint to WordReg|WordMem, toTheo de Raadt
disallow 8-bit memory access, and enable a (somewhat) common register usage.
1996-06-17align bss on machdep boundary in case something else failed toTheo de Raadt
1996-06-17netbsd pr#2415; jbernard@tater.Mines.EDU; document LD_LIBRARY_PATH and ↵Theo de Raadt
LD_NOSTD_PATH
1996-06-17from netbsdTheo de Raadt
1996-06-17changed to match pk's commit message: 4.2 -> 4.4, SMM referenceJason Downs
1996-06-16netbsd pr#2220: add SCIOCRESET. I can't think of any reason not to.Jason Downs
1996-06-16The man page for wresize() was accidentally omittedThorsten Lockert
1996-06-16netbsd pr#2552: /dev/printer -> /var/run/printerJason Downs
1996-06-16Whoops. Don't forget to take alignment into account when processing file.etheisen
Thanks Per.