Age | Commit message (Collapse) | Author | |
---|---|---|---|
1997-06-23 | merge in 3.1.11 | kstailey | |
1997-06-23 | merge in 3.1.11 | kstailey | |
1997-06-23 | add "option IPFILTER_LOG" | kstailey | |
1997-06-23 | IPFILTER_LOG should be a kernel option | kstailey | |
1997-06-23 | merge in 3.1.11 | kstailey | |
1997-06-23 | fix tag | kstailey | |
1997-06-23 | fix tag | kstailey | |
1997-06-23 | use masks | kstailey | |
1997-06-23 | only flush log if not using syslog | kstailey | |
1997-06-23 | fix tags | kstailey | |
1997-06-23 | oops, this is gross | Theo de Raadt | |
1997-06-23 | In zs_abort, wrap a #ifdef DDB around a Debugger() invocation. | kstailey | |
Chris Jones via Gene Skonicki. | |||
1997-06-23 | respect NOMAN (in bulk) | kstailey | |
1997-06-23 | Copyright. | Jason Downs | |
1997-06-23 | Mandoc manpages. | Jason Downs | |
1997-06-23 | One more slight change. | Jason Downs | |
1997-06-23 | return 32-bits worth of time for time service | Theo de Raadt | |
1997-06-23 | sigblock plays with ints | Theo de Raadt | |
1997-06-23 | off_t botch | Theo de Raadt | |
1997-06-23 | int vs in_addr_t | Theo de Raadt | |
1997-06-23 | long vs int | Theo de Raadt | |
1997-06-23 | long vs int | Theo de Raadt | |
1997-06-23 | long != int | Theo de Raadt | |
1997-06-23 | sigblock mask is int, not long | Theo de Raadt | |
1997-06-23 | sigblock mask is int, not long | Theo de Raadt | |
1997-06-23 | Slightly cleaner. (Change nosync to an int, like the rest.) | Jason Downs | |
1997-06-23 | Add inet_ntop(3) and inet_pton(3) and the IPv6 address format. | Todd C. Miller | |
From BSD/OS 3.0, with permission from Jeffrey Finkelstein <finkels@bsdi.com> by way of NetBSD (lukem). Also add xfer for inet_net(3). | |||
1997-06-23 | respect NOMAN | kstailey | |
1997-06-23 | respect NOMAN | kstailey | |
1997-06-23 | Add man page for inet_net_ntop(3) and inet_net_pton(3) from NetBSD (lukem) | Todd C. Miller | |
1997-06-23 | Upon discussion w/ Theo, the only options in std.mac68k that would be of use | gene | |
would be {DEV,SWAP}PAGER, so std.mac68k is out of here. Update the machine-specific files to reflect this. | |||
1997-06-23 | /etc/profile should be checked along with .profile for consistency with | Todd C. Miller | |
/etc/csh.login and .login. From Chris Jones <cjones@rupert.oscs.montana.edu> | |||
1997-06-23 | Add option PPP_BSDCOMP and PPP_DEFLATE | gene | |
1997-06-23 | regen: Depend GENERIC* kernels on /sys/conf/GENERIC and move busification | gene | |
options out of std.mac68k. This means that people will have to add them to their local kernel config files. Please test. | |||
1997-06-23 | oops | Theo de Raadt | |
1997-06-23 | in_addr_t and in_port_t | Theo de Raadt | |
1997-06-23 | alpha long problems | Theo de Raadt | |
1997-06-23 | print addr in network byte order | Theo de Raadt | |
1997-06-23 | sizeof(int) != sizeof(long) | Theo de Raadt | |
1997-06-23 | long != int | Theo de Raadt | |
1997-06-23 | long != int error | Theo de Raadt | |
1997-06-23 | long != int error | Theo de Raadt | |
1997-06-23 | i386 sync | Theo de Raadt | |
1997-06-23 | for SO_SND*/SO_RCV*, clip low-end of parameter to 1 | Theo de Raadt | |
1997-06-22 | Use O_EXLOCK option of open(2) to open /etc/ptmp with an exclusive | Todd C. Miller | |
lock. This fixes a DOS bug where a user could run passwd(1) and send it a SIGKILL, thus leaving /etc/ptmp in place. | |||
1997-06-22 | Only call powerdown() if SUN4M is defined. | Jason Downs | |
1997-06-22 | errno can be set to EAGAIN in conjunction with O_SHLOCK/O_EXLOCK | Todd C. Miller | |
1997-06-22 | Fix a bogon in last change | Thorsten Lockert | |
1997-06-22 | Convert the find(1) examples to mandoc. | Jason Downs | |
1997-06-22 | Slightly cleaner. | Jason Downs | |