summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
1997-06-23Copyright.Jason Downs
1997-06-23Mandoc manpages.Jason Downs
1997-06-23One more slight change.Jason Downs
1997-06-23return 32-bits worth of time for time serviceTheo de Raadt
1997-06-23sigblock plays with intsTheo de Raadt
1997-06-23off_t botchTheo de Raadt
1997-06-23int vs in_addr_tTheo de Raadt
1997-06-23long vs intTheo de Raadt
1997-06-23long vs intTheo de Raadt
1997-06-23long != intTheo de Raadt
1997-06-23sigblock mask is int, not longTheo de Raadt
1997-06-23sigblock mask is int, not longTheo de Raadt
1997-06-23Slightly cleaner. (Change nosync to an int, like the rest.)Jason Downs
1997-06-23Add inet_ntop(3) and inet_pton(3) and the IPv6 address format.Todd C. Miller
1997-06-23respect NOMANkstailey
1997-06-23respect NOMANkstailey
1997-06-23Add man page for inet_net_ntop(3) and inet_net_pton(3) from NetBSD (lukem)Todd C. Miller
1997-06-23Upon discussion w/ Theo, the only options in std.mac68k that would be of usegene
1997-06-23/etc/profile should be checked along with .profile for consistency withTodd C. Miller
1997-06-23Add option PPP_BSDCOMP and PPP_DEFLATEgene
1997-06-23regen: Depend GENERIC* kernels on /sys/conf/GENERIC and move busificationgene
1997-06-23oopsTheo de Raadt
1997-06-23in_addr_t and in_port_tTheo de Raadt
1997-06-23alpha long problemsTheo de Raadt
1997-06-23print addr in network byte orderTheo de Raadt
1997-06-23sizeof(int) != sizeof(long)Theo de Raadt
1997-06-23long != intTheo de Raadt
1997-06-23long != int errorTheo de Raadt
1997-06-23long != int errorTheo de Raadt
1997-06-23i386 syncTheo de Raadt
1997-06-23for SO_SND*/SO_RCV*, clip low-end of parameter to 1Theo de Raadt
1997-06-22Use O_EXLOCK option of open(2) to open /etc/ptmp with an exclusiveTodd C. Miller
1997-06-22Only call powerdown() if SUN4M is defined.Jason Downs
1997-06-22errno can be set to EAGAIN in conjunction with O_SHLOCK/O_EXLOCKTodd C. Miller
1997-06-22Fix a bogon in last changeThorsten Lockert
1997-06-22Convert the find(1) examples to mandoc.Jason Downs
1997-06-22Slightly cleaner.Jason Downs
1997-06-22%u for uidTheo de Raadt
1997-06-22MAXHOSTNAMELENTheo de Raadt
1997-06-22Fix comment.Jason Downs
1997-06-22Support RB_POWERDOWN (calls powerdown(), then romhalt(). If powerdown() isJason Downs
1997-06-22Allow powerdown() to be blindly called on machines with no power device.Jason Downs
1997-06-22Support halt -p.Jason Downs
1997-06-22Support RB_POWERDOWN.Jason Downs
1997-06-22Add RB_POWERDOWN.Jason Downs
1997-06-22Add appropiate `maxusers' everywhere it was lacking.Jason Downs
1997-06-22Use Ns macro and not non-existant Ap macroThorsten Lockert
1997-06-22Make sure we don't get stuck in a loop when trying to clean up stdioThorsten Lockert
1997-06-22Avoid an overflow when checking inode numbers; from FreeBSD PR #3528 byThorsten Lockert
1997-06-22Close pipes before dup'ing file descriptors in the child, not after.Thorsten Lockert