summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2002-06-03volatile sig_atomic_tTheo de Raadt
2002-06-03sig_atomic_t type must also be volatileTheo de Raadt
2002-06-03use issetugid() instead of uid/gid comparisons; from drahnTheo de Raadt
2002-06-03mktemp(1) fixes; jason@ackley.netTheo de Raadt
2002-06-03use void keyword in usage example. ok theoKjell Wooding
2002-06-03syncTheo de Raadt
2002-06-03more nroff/KNF. from deraadtJun-ichiro itojun Hagino
2002-06-03typoJun-ichiro itojun Hagino
2002-06-03syncTheo de Raadt
2002-06-03more posix-compliant arg parsing. sync w/kame. help from deraadtJun-ichiro itojun Hagino
2002-06-03man page for noct (a bit belated).Jason Wright
2002-06-03Convert from rcons to rasopsJason Wright
2002-06-03remove hardcoded assumptions on if_mtu. leave it to sys/net.Jun-ichiro itojun Hagino
makes it possible to take advantage of 9K ethernet.
2002-06-02grammar. from netbsd via kameJun-ichiro itojun Hagino
2002-06-02withough -> withoutTheo de Raadt
2002-06-02KNFTheo de Raadt
2002-06-02fix tables; fred@francis.unitra.skTheo de Raadt
2002-06-02KNFTheo de Raadt
2002-06-02Implement PMAP_CANFAIL handling for m68k shared pmap module.Miod Vallat
2002-06-02Turn off timing if WSDISPLAY_BURN_VBLANK is set (which in turn puts mostJason Wright
monitors in standby).
2002-06-02missing sockaddr inits; ok itojunTheo de Raadt
2002-06-02Skeleton driver for the NetOctave NSP2000 (only supports RNG at the moment)Jason Wright
2002-06-02BSD air-tools 0.2 patches from dachb0den labs; h1kari@dachb0den.comTodd C. Miller
The common.h include file has been incorporated into if_wi_ieee.h similar to what is in FreeBSD.
2002-06-02mrtstat members are u_long, so use %lu not %ldJun-ichiro itojun Hagino
2002-06-02explicit padding; okay deraadt@Niels Provos
2002-06-02KNF (no variable name should be present on prototype)Jun-ichiro itojun Hagino
2002-06-02Don't send a RAD_NAS_IP_ADDRESS attribute as RAD_NAS_IDENTIFIER isbrian
sufficient.
2002-06-02syncTheo de Raadt
2002-06-02missing first port on titan 800L; noted via seb@script.jussieu.frTheo de Raadt
2002-06-02duplicate vendorTheo de Raadt
2002-06-02clear sockaddr_in before useTheo de Raadt
2002-06-02strlcpyTheo de Raadt
2002-06-02no argh. we should doc these targets betterTheo de Raadt
2002-06-02minor KNFTheo de Raadt
2002-06-02put libssl in PRDIRS instead; andre@ae-35.comTheo de Raadt
2002-06-02knf, spaces, no \n in panicMichael Shalayeff
2002-06-02alpha does not have auvia and i386 needed a better decriptionMichael Shalayeff
2002-06-02correct fake nfs_boot_getfh(); ski@wuhjuhbuh.2y.netTheo de Raadt
2002-06-02Fix ordering and typo problemConstantine Sapuntzakis
2002-06-02KNFTheo de Raadt
2002-06-02minor KNFTheo de Raadt
2002-06-01exit(1) not exit(-1)Theo de Raadt
2002-06-01syncTheo de Raadt
2002-06-01exit 1 not -1Theo de Raadt
2002-06-01more snprintfTheo de Raadt
2002-06-01missing return; jason@ackley.netTheo de Raadt
2002-06-01some KNF, and missing param on warnx(); jason@ackley.netTheo de Raadt
2002-06-01Add systrace(4).Wilbern Cobb
ok provos@.
2002-06-01Document the systrace pseudo-device.Wilbern Cobb
ok provos@.
2002-06-01size_t must be cast to (unsigned long) and printed using %luTheo de Raadt