summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
1998-06-15add -p opt to usage; form@vs.itam.nsc.ruTheo de Raadt
1998-06-15syncTheo de Raadt
1998-06-15another viatech bridgeTheo de Raadt
1998-06-14fix compat shmctl/IPC_STATMatthieu Herrb
1998-06-14fix gecos subfield descriptionTheo de Raadt
1998-06-13lif is BIG_ENDIANMichael Shalayeff
1998-06-13don't make /var/named/dev/log if named_flags == NOTodd C. Miller
1998-06-12fix vm load displayMarco S Hyman
1998-06-12back out some signal changes that can cause mail to hang when quitting due ↵Todd C. Miller
to SIGCHLD blockage
1998-06-12Don'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-12Correct arg hackbrian
Submitted by: David Leonard <leonard@csee.uq.edu.au>
1998-06-12Properly 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-12warn when ../../../ appears in include directive, since includes are ↵David Leonard
relative to srcdir and kludge code is still active.
1998-06-12describe bug about faking EOFDavid Leonard
1998-06-12there is no %w formatDavid Leonard
1998-06-12make -o semantics obviousDavid Leonard
1998-06-12spellingDavid Leonard
1998-06-12fix potential bug where sprintf and %p would write to consoleDavid Leonard
1998-06-12grammar, distinguish typed commands from outputDavid Leonard
1998-06-12clean, reorderDavid Leonard
1998-06-12clean, doco more commandsDavid Leonard
1998-06-12talk about using /etc/sysctl to control ip forwardingDavid Leonard
1998-06-12syncTheo de Raadt
1998-06-12ifdef the new sem/shm/msg syscallsTheo de Raadt
1998-06-11kill ushortTheo de Raadt
1998-06-11bogus use of variable for two purposes; guido@gvr.orgTheo de Raadt
1998-06-11do not export old structures to userlandTheo de Raadt
1998-06-11change 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-11syncTheo de Raadt
1998-06-11move shm/msg/sem calls because ipc.h is getting uid_t and friendsTheo de Raadt
1998-06-11indentTheo de Raadt
1998-06-11return EOPNOTSUPP for chflags() changes; peter@freebsdTheo de Raadt
1998-06-11update OpenBSD maintainer per toddf's requestMarco S Hyman
1998-06-11fix a mbuf chain corruption which happened when m_pullup was called on anNiels Provos
mbuf in the middle of the chain and had to MGET a new one.
1998-06-11wow, man5 is way out of dateTheo de Raadt
1998-06-11amek this at least partially usefulTheo de Raadt
1998-06-11oopsTheo de Raadt
1998-06-11uid is not a shortTheo de Raadt
1998-06-11Don't segfault just because a line starts with NUL; rossTheo de Raadt
1998-06-11Remove two incorrect ntoh's which make a comparison of a constant w/ aTheo 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-11Add a mention of the tcp ident sysctl.Bob Beck
1998-06-11typo; thepish@freebsd.orgTheo de Raadt
1998-06-11syncTheo de Raadt
1998-06-11nice DEBUGFLAGS handlingMichael Shalayeff
1998-06-11put 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-11fix leap yearMichael Shalayeff
1998-06-11handle IPSec processed packets (DLT_ENC) in libpcap, display them withNiels Provos
tcpdump + additional info (SPI + which type of transforms where passed).
1998-06-10make the packets which were successfully processed by IPSec available toNiels Provos
bpf via the enc0 interface, using linktype DLT_ENC.
1998-06-10spellingTheo de Raadt
1998-06-10don't create directories not used with OpenBSDMarco S Hyman