summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
1998-11-18simple man page for rlphyJason Wright
1998-11-1864-bit clean upNiels Provos
1998-11-18Add rlphy driverJason Wright
1998-11-18add mii attribute to if_rl (missed in last commit)Jason Wright
1998-11-18dev/mii'fy RTL driver and add new phy driver for the 8139 internal phyJason Wright
1998-11-18do not require userland programs to define cpp variables, that is stupidTheo de Raadt
1998-11-18indent rightTheo de Raadt
1998-11-18disable SACK/FACK until provos learns how to write code which does not do una...Theo de Raadt
1998-11-18obvious typoTheo de Raadt
1998-11-18simply honour S_IWGRPTheo de Raadt
1998-11-18better strtol() checkingTheo de Raadt
1998-11-18revert last change for K\&R C compilers without constdm
1998-11-18atoi does not do error checking on numbers, change to strtol.Artur Grabowski
1998-11-18drop the __attribute__ stuf in favor of a simple constdm
1998-11-18do S_IWGRP checking just like write(1)Theo de Raadt
1998-11-18remove empty reference to non-existent prof(1) pageAaron Campbell
1998-11-18paramaters -> parametersAaron Campbell
1998-11-18paramters -> parameters (but this whole page needs to be redone, hopefully soon)Aaron Campbell
1998-11-18regenArtur Grabowski
1998-11-18syscalls behind #ifdef should have an #elseArtur Grabowski
1998-11-18move to euid for tty opens; based on something from formTheo de Raadt
1998-11-17add MLINK for malloc.conf.5 man page, also add FILES section to malloc.3; fries@Aaron Campbell
1998-11-17remove empty reference to non-existent su(4) pageAaron Campbell
1998-11-17cleanupAaron Campbell
1998-11-17Move perl install to be after binutils since binutils installs some headers t...Todd C. Miller
1998-11-17cleanup, explain that gdb's -k flag is obsoleteAaron Campbell
1998-11-17From the EOM repos: Only find ready ISAKMP SAs inNiklas Hallqvist
1998-11-17put back the NO_KMEMSTATS hackArtur Grabowski
1998-11-17don't default to KMEMSTATS (was defined unless NO_KMEMSTATS was defined)Artur Grabowski
1998-11-17explain tcp socketoptions, there are more than just TCP_NODELAY.Niels Provos
1998-11-17describe options TCP_NEWRENO, TCP_SACK and TCP_FACK.Niels Provos
1998-11-17enable TCP_SACK and TCP_FACK by defaultNiels Provos
1998-11-17NewReno, SACK and FACK support for TCP, adapted from code for BSDINiels Provos
1998-11-17Add RCS Ids from the EOM repositoryNiklas Hallqvist
1998-11-17Remove 940UW from the comments.Jason Downs
1998-11-17Handle USE_MOTIF.Oleg Safiullin
1998-11-17Test ${ONLY_FOR_ARCHS} against both ${ARCH} and ${MACHINE_ARCH}.Oleg Safiullin
1998-11-17Add adw documention, make adw.4 and advansys.4 links.Jason Downs
1998-11-17Add adw driver.Jason Downs
1998-11-17Add adw device driver, from NetBSD.Jason Downs
1998-11-17Add adw device driver.Jason Downs
1998-11-17add __attribute__ ((unused)) to the yyrcsid under GCC 2dm
1998-11-17Add adw device driver, from NetBSD.Jason Downs
1998-11-17Kill redundant PCI code.Jason Downs
1998-11-17Move offsetof define.Jason Downs
1998-11-17Sync with NetBSDJason Downs
1998-11-17man updates from ncurses-4.2-981114Todd C. Miller
1998-11-17preserve ncruses module idTodd C. Miller
1998-11-17update to ncurses-4.2-981114Todd C. Miller
1998-11-16Fix attribute handling. FromTobias Weingartner