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