summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
1998-06-08Fix some problems noted by lukem@netbsd.orgTodd C. Miller
o getopt string is wrong in main(); (missing : after P) o use of vprintf(...) instead of vfprintf(ttyout,...) in ftp.c::command() o missing \n in fputs in cmds.c::status() o should use strtol() instead of atol() o sometimes use 'NULL' instead of 'NUL' (in comments)
1998-06-08allow ftpchroot-ed users to also be multihomedMichael Shalayeff
1998-06-08buf oflow; chris@ferret.lmh.ox.ac.ukTheo de Raadt
1998-06-08for xfree86 prompt, make clear "y" and "n" are the answersTheo de Raadt
1998-06-08typoTheo de Raadt
1998-06-08Move `md_copy_kernel' to earlier in the file to prevent warningJason Wright
about missing kernel.
1998-06-07make includes supportTodd C. Miller
1998-06-07$(INSTALL) not installTodd C. Miller
1998-06-07add gnu/lib/libgmp to WDIR for includesTodd C. Miller
1998-06-07permit SIGUSR1/USR2 through as well in cansignal()Theo de Raadt
1998-06-07Use a width of 0 rather than 32 when HISADDR is 0.0.0.0.brian
Reported by: many Narrowed down by: Lutz Albers <lutz@muc.de>
1998-06-07Fix previous commit. bit 1 is the execute bit, not the read bit *blush*brian
ie, BINMODE=4551 -> BINMODE=4554 Pointed out by: Bruce Evans <bde@zeta.org.au>
1998-06-07buf oflowTheo de Raadt
1998-06-07use MAP_FAILEDTheo de Raadt
1998-06-07off_t cleanupTheo de Raadt
1998-06-07Make ppp world-readable so that root can get at it overbrian
NFS when nobody isn't in group network :-) Pointed out by: Bruce Evans <bde@zeta.org.au>
1998-06-06sync w src (Krister Walfridsson <cato@ulysses.df.lth.se>)Todd T. Fries
1998-06-06MAP_FAILED; kleinkTheo de Raadt
1998-06-06disable gprof on alpha... again.. texinfo problemsTheo de Raadt
1998-06-06more system types we knowMichael Shalayeff
1998-06-05Comment out text after #endifjanjaap
1998-06-05continent; map@stacken.kth.seTheo de Raadt
1998-06-05spellingTheo de Raadt
1998-06-04add DLT_LOOP support; 4-byte header indicates proto; cstone@pobox.comTheo de Raadt
1998-06-04syncTheo de Raadt
1998-06-04cpuid return values for sysctlJason Downs
1998-06-04Make cpuid return values available via sysctl so that userland doesn't haveJason Downs
to rifle through kmem for them. Also add a few more cpu names.
1998-06-04Cleanup, partial KNF, only use TSC on non-Intel processors.Jason Downs
1998-06-04Add machdep.led_blink for the pmaxJason Wright
1998-06-04LED blinker for the back panel leds on the 2100/3100.Jason Wright
1998-06-03table driven pci match; simplify printsTheo de Raadt
1998-06-03use SIG_ERRTheo de Raadt
1998-06-03snarf named_chroot out of rc.conf instead of using hard-coded chroot dirTodd C. Miller
1998-06-03to turn of named chroot set to be empty, not 'NO'Todd C. Miller
1998-06-03zero sigaction before useTheo de Raadt
1998-06-03zero sigaction before useTheo de Raadt
1998-06-03use sigsetopsTheo de Raadt
1998-06-03Remove chroot directive as the meaning of that has changed and theTodd C. Miller
example no longer makese sense. Change directory to '/' since we chroot by default with a comment telling people what the deal is.
1998-06-03Add named_user and named_chroot variables to simplify chroot'd namedTodd C. Miller
setup.
1998-06-03request only auth in notify when vpn ipsec route is found with a differentNiels Provos
security protocol than IPPROTO_ESP.
1998-06-03cleanup debug printfsNiels Provos
1998-06-03 -p port option for damon modeBob Beck
-i pidfile option to write pid file for daemon mode -l address option to restrict listen address -q option and accumlog.c for on-line syslog entries multiple buglet fixes, memeset, long, formatting etc.
1998-06-03zero struct sigaction before useTheo de Raadt
1998-06-03zero sigset_t before useTheo de Raadt
1998-06-03use sigemptyset()Theo de Raadt
1998-06-03use sigsetops, and do cross-block signal handlersTheo de Raadt
1998-06-03use sigemptyset()Theo de Raadt
1998-06-03fix a bunch of sloppy c usesTheo de Raadt
1998-06-03document that "file" should be an abs-path; noted by ↵Theo de Raadt
zappaman@bsdsun.compsci.buu.ac.th
1998-06-03typos; josh@quick.netTheo de Raadt