summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
1997-06-24New floppy and auxreg drivers, from NetBSD. fd.c has many changes preserved,Jason Downs
and uses our fdformat interface (same code base as NetBSD, with differently named ioctls, but we have always preserved the names of the original code's authors, unlike NetBSD...)
1997-06-24delay free of mf_mount until after last use; tegge@idt.unit.noTheo de Raadt
1997-06-24Remove an errant line that got missed in the merge.Todd C. Miller
1997-06-24Add AQUIRK_TUR, from manuel.Jason Downs
1997-06-24Add real prototypes.Todd C. Miller
1997-06-2464bit fixes similar to some in sbin/route/route.cTodd C. Miller
1997-06-24Make mask and subnetshift in_addr_t and bring back a cast ofTodd C. Miller
mask to make it signed for the shift.
1997-06-24Fix "route show" on alpha. Some parts from Theo.Todd C. Miller
1997-06-24changed char * cast from int to longdgregor
1997-06-24more accounting!Michael Shalayeff
1997-06-24Add #includes for string.h and stdlib.hdgregor
1997-06-24Add #include for string.h to get declaration for strrchr()dgregor
1997-06-24Add #include for string.h to get declaration for memcpydgregor
1997-06-24*** empty log message ***dgregor
1997-06-24Add '#include <stdlib.h>' for malloc()dgregor
1997-06-24Comment reordering.Angelos D. Keromytis
1997-06-24New mandoc manual pages.Jason Downs
1997-06-24Fix void * -> int casts -- change int's to long'sdgregor
1997-06-24(long *)0 -> NULLdgregor
1997-06-24Slight fix.Jason Downs
1997-06-23remove @obj dependencykstailey
1997-06-23tabs vs. spaceskstailey
1997-06-23It is not a reasonable default behavior to abort a printout because of itskstailey
size now that there's PostScript[tm].
1997-06-2364 bit clean and WallTheo de Raadt
1997-06-23tabs vs. spaceskstailey
1997-06-23respect NOMAN during installkstailey
1997-06-23Cleanup by Theo and myself. CMDLINE changed to long to makeTodd C. Miller
command line work on 64bit platforms. This is somewhat bogus and is really just a temporary workaround (there may be a curses bug).
1997-06-23respect NOMAN during installkstailey
1997-06-23respect NOMAN during installkstailey
1997-06-23Move prototypes into dkstats.h so systat can get at them.Todd C. Miller
1997-06-23fix "stuff"; problems from uenami@imasy.or.jpTheo de Raadt
1997-06-23duh, my mind is not crispTheo de Raadt
1997-06-23yyyy specification code; m4@nts.umn.eduTheo de Raadt
1997-06-23buffer overflows which never ever happen; brian@firehouse.netTheo de Raadt
1997-06-23add "option IPFILTER_LOG" to conf files that already had IPFILTERkstailey
1997-06-23activate IPFILTER_LOGkstailey
1997-06-23merge in 3.1.11kstailey
1997-06-23merge in 3.1.11kstailey
1997-06-23add "option IPFILTER_LOG"kstailey
1997-06-23IPFILTER_LOG should be a kernel optionkstailey
1997-06-23merge in 3.1.11kstailey
1997-06-23fix tagkstailey
1997-06-23fix tagkstailey
1997-06-23use maskskstailey
1997-06-23only flush log if not using syslogkstailey
1997-06-23fix tagskstailey
1997-06-23oops, this is grossTheo de Raadt
1997-06-23In zs_abort, wrap a #ifdef DDB around a Debugger() invocation.kstailey
Chris Jones via Gene Skonicki.
1997-06-23respect NOMAN (in bulk)kstailey
1997-06-23Copyright.Jason Downs