summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
1997-08-29write(2)'s buf arg is externally a "const void *", but interally a "char *".kstailey
Cast around it until it gets fixed.
1997-08-29patch to avoid warning while I figure out what the deal with SCARG() is.kstailey
1997-08-29pread(2) / pwrite(2), regenkstailey
1997-08-29pread(2) / pwrite(2)kstailey
1997-08-29sync with NetBSD. Handle NULL shmid_ds properly in shmctl, christos.kstailey
1997-08-29move _PATH_BOOTDIR w/ trailing slash into paths.h for other progs...Michael Shalayeff
disklabel changed to use it that way
1997-08-29if O_NOCTTY is supplied to open(2) do *not* aquire a controlling ttykstailey
1997-08-29s/XXX/__MBR_XXX/ and undef it after useMichael Shalayeff
1997-08-29undef XXX after useMichael Shalayeff
1997-08-29add struct dos_mbrMichael Shalayeff
1997-08-29very weird sleep; dholland@eecs.harvard.eduTheo de Raadt
1997-08-29From NetBSD (thorpej):Todd C. Miller
Fix a reversed argument which caused procfs_checkioperm() to always return OK". Add a few comments to avoid further confusion.
1997-08-29fix case we have no CPU_BIOS* definedMichael Shalayeff
1997-08-28symbolic bios bootdev, s/hpc/tpc/ for bios geonetryMichael Shalayeff
1997-08-28grok bios geometryMichael Shalayeff
1997-08-27don't mess w/ debugging symbolsMichael Shalayeff
1997-08-27notes on recent changes w/ hd:/boot supportMichael Shalayeff
1997-08-27add get OS features support vector, as per SCO OS 5.0Michael Shalayeff
1997-08-27fix ' useTheo de Raadt
1997-08-27clean up 'Theo de Raadt
1997-08-27converted all delimiting spaces to tabs so calendar can grok the entriesNiels Provos
1997-08-27forgot to correct the birthday of Bach, and Beethoven did not dieNiels Provos
on the day he was born ;)
1997-08-27added a few dates from freebsd and two years from netbsd,Niels Provos
also added more authors and composers
1997-08-27DOH! did I not revert this yesterday? our gcc can't deal with correctNiklas Hallqvist
C++ code :-(
1997-08-27execdir is an extension of courseTheo de Raadt
1997-08-26Make -t option use a date string like date(1).Todd C. Miller
1997-08-26drum not swap; entropy@tardis.bernstein.comTheo de Raadt
1997-08-26and considering text segments are normally not even going to hit swapTheo de Raadt
1997-08-26come on, let people run useful sized software!Theo de Raadt
1997-08-26reasonably useful data sizeTheo de Raadt
1997-08-26indentTheo de Raadt
1997-08-26indentTheo de Raadt
1997-08-26Add tcp port 433, nnsp (NetNews Server Protocol).Todd C. Miller
1997-08-26first try at documentationNiels Provos
1997-08-26$OpenBSD$Niklas Hallqvist
1997-08-26Forgot about keyword.c's tag, regenned againNiklas Hallqvist
1997-08-26Move over -encap change to keywords.sh only made to keywords.h,Niklas Hallqvist
$OpenBSD$ tagging. Added a missing extern specifier. Regenerated keywords.h
1997-08-26main should return intNiklas Hallqvist
1997-08-26main should return intNiklas Hallqvist
1997-08-26Updated to Cygnus versions (egcs uncovered many bugs)Niklas Hallqvist
1997-08-26made hopefully more user friendly + support for new esp.Niels Provos
1997-08-26new esp: encryption, authentication and replay protection +Niels Provos
tiny bug fixes
1997-08-26getline template badly instantiated, found by compiling with egcsNiklas Hallqvist
1997-08-25incorrect type for variable; enami@but-b.or.jpTheo de Raadt
1997-08-25more 63 bit lossageTheo de Raadt
1997-08-25everywhere i look, bugs pop up... sighTheo de Raadt
1997-08-25dumb fix for dumb users-- ftp's mget now idiot-proofs input!jkatz
1997-08-25Explicately pass -host flag to route(8) to avoid confusion with networks.Todd C. Miller
1997-08-25add vnconfig(8) in SEE ALSO. From dworkin@village.orgTodd C. Miller
1997-08-25when getting interrupt, clean up curses only if curses was activeTheo de Raadt