summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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 for...Theo de Raadt
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
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
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
1998-06-11fix leap yearMichael Shalayeff
1998-06-11handle IPSec processed packets (DLT_ENC) in libpcap, display them withNiels Provos
1998-06-10make the packets which were successfully processed by IPSec available toNiels Provos
1998-06-10spellingTheo de Raadt
1998-06-10don't create directories not used with OpenBSDMarco S Hyman
1998-06-10indentTheo de Raadt
1998-06-10clear flag before pw_scan(); lukemTheo de Raadt
1998-06-10XPG says 4th arg is optionalTheo de Raadt
1998-06-10identd should be nowait.Bob Beck
1998-06-10wasteland quality control cleanupTheo de Raadt
1998-06-10to inetd, nobody.nobody == nobody, since it does an initgroups()Theo de Raadt
1998-06-10take away gid kmem for identd and change to options appropriate for new versionBob Beck
1998-06-10Now uses TCPCTL_IDENT sysctl to get uid associated with a connectionBob Beck
1998-06-10New TCPCTL_IDENT sysctl for identd without kmem insanity.Bob Beck
1998-06-10Cast pid_t to int for sprintf.brian
1998-06-09Add CTAGS, with a full pathname, and use it.Jason Downs
1998-06-09do not permit ptrace attach to immutable executableTheo de Raadt
1998-06-09a = a + b; --> a += b;Michael Shalayeff