summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
1998-06-03correct crtscts docs; andrew@ugh.net.auTheo de Raadt
1998-06-03teach adduser about /sbin/nologinTheo de Raadt
1998-06-03Make warnings disappear.Angelos D. Keromytis
1998-06-02Add Ensoniq AudioPCI driver. augustss.Niels Provos
1998-06-02From NetBSD, Lennart Augustsson <augustss@cs.chalmers.se>:Niels Provos
Add a driver for the Ensoniq AudioPCI sound card. The driver still needs some testing, but it seems to produce sound. The driver was written by me, but since I don't have the hardware the debugging and testing was done by Andreas Gustafsson <gson@araneus.fi>, Chuck Cranor <chuck@maria.wustl.edu>, and Phil Nelson <phil@cs.wwu.edu>. Thanks.