Age | Commit message (Collapse) | Author | |
---|---|---|---|
1998-06-15 | add -p opt to usage; form@vs.itam.nsc.ru | Theo de Raadt | |
1998-06-15 | sync | Theo de Raadt | |
1998-06-15 | another viatech bridge | Theo de Raadt | |
1998-06-14 | fix compat shmctl/IPC_STAT | Matthieu Herrb | |
1998-06-14 | fix gecos subfield description | Theo de Raadt | |
1998-06-13 | lif is BIG_ENDIAN | Michael Shalayeff | |
1998-06-13 | don't make /var/named/dev/log if named_flags == NO | Todd C. Miller | |
1998-06-12 | fix vm load display | Marco S Hyman | |
1998-06-12 | back out some signal changes that can cause mail to hang when quitting due ↵ | Todd C. Miller | |
to SIGCHLD blockage | |||
1998-06-12 | Don't call truncate() directly; have rm() do it if we get EPERM on unlink() | Todd C. Miller | |
In popen.c, findchild() may return NULL so catch that case. | |||
1998-06-12 | Correct arg hack | brian | |
Submitted by: David Leonard <leonard@csee.uq.edu.au> | |||
1998-06-12 | Properly delete messages that the user has deleted in his/her spool. | Todd C. Miller | |
I fudged up the logic when I replaced an unlink with a truncate. | |||
1998-06-12 | warn when ../../../ appears in include directive, since includes are ↵ | David Leonard | |
relative to srcdir and kludge code is still active. | |||
1998-06-12 | describe bug about faking EOF | David Leonard | |
1998-06-12 | there is no %w format | David Leonard | |
1998-06-12 | make -o semantics obvious | David Leonard | |
1998-06-12 | spelling | David Leonard | |
1998-06-12 | fix potential bug where sprintf and %p would write to console | David Leonard | |
1998-06-12 | grammar, distinguish typed commands from output | David Leonard | |
1998-06-12 | clean, reorder | David Leonard | |
1998-06-12 | clean, doco more commands | David Leonard | |
1998-06-12 | talk about using /etc/sysctl to control ip forwarding | David Leonard | |
1998-06-12 | sync | Theo de Raadt | |
1998-06-12 | ifdef the new sem/shm/msg syscalls | Theo de Raadt | |
1998-06-11 | kill ushort | Theo de Raadt | |
1998-06-11 | bogus use of variable for two purposes; guido@gvr.org | Theo de Raadt | |
1998-06-11 | do not export old structures to userland | Theo de Raadt | |
1998-06-11 | change ipc.h to use uid_t and friends, and then build compat system calls ↵ | Theo de Raadt | |
for the old ushort based ipc.h | |||
1998-06-11 | sync | Theo de Raadt | |
1998-06-11 | move shm/msg/sem calls because ipc.h is getting uid_t and friends | Theo de Raadt | |
1998-06-11 | indent | Theo de Raadt | |
1998-06-11 | return EOPNOTSUPP for chflags() changes; peter@freebsd | Theo de Raadt | |
1998-06-11 | update OpenBSD maintainer per toddf's request | Marco S Hyman | |
1998-06-11 | fix a mbuf chain corruption which happened when m_pullup was called on an | Niels Provos | |
mbuf in the middle of the chain and had to MGET a new one. | |||
1998-06-11 | wow, man5 is way out of date | Theo de Raadt | |
1998-06-11 | amek this at least partially useful | Theo de Raadt | |
1998-06-11 | oops | Theo de Raadt | |
1998-06-11 | uid is not a short | Theo de Raadt | |
1998-06-11 | Don't segfault just because a line starts with NUL; ross | Theo de Raadt | |
1998-06-11 | Remove two incorrect ntoh's which make a comparison of a constant w/ a | Theo de Raadt | |
value from a packet not work right (only one of them needs ntoh!); Fixes a bug reported by David Brownlee; wrstuden | |||
1998-06-11 | Add a mention of the tcp ident sysctl. | Bob Beck | |
1998-06-11 | typo; thepish@freebsd.org | Theo de Raadt | |
1998-06-11 | sync | Theo de Raadt | |
1998-06-11 | nice DEBUGFLAGS handling | Michael Shalayeff | |
1998-06-11 | put missed changes that support booting from floppy (; | Michael Shalayeff | |
i applodgize for any inconvinience this memory hole caused to people. ps. i would like to know the snapshots schedule to issue extra testing cycles to ensure i did not forget anything. | |||
1998-06-11 | fix leap year | Michael Shalayeff | |
1998-06-11 | handle IPSec processed packets (DLT_ENC) in libpcap, display them with | Niels Provos | |
tcpdump + additional info (SPI + which type of transforms where passed). | |||
1998-06-10 | make the packets which were successfully processed by IPSec available to | Niels Provos | |
bpf via the enc0 interface, using linktype DLT_ENC. | |||
1998-06-10 | spelling | Theo de Raadt | |
1998-06-10 | don't create directories not used with OpenBSD | Marco S Hyman | |