Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-07-06 | missing prototypes; ok millert | Peter Valchev | |
2001-07-06 | yawn | Theo de Raadt | |
2001-07-06 | Move airconnect pci to tested section | Jason Wright | |
2001-07-06 | "option IPSEC needs the enc interface" | Angelos D. Keromytis | |
2001-07-06 | some cleanup, okay dhartmei@ | Niels Provos | |
2001-07-06 | AirConnect (PCI) | Jason Wright | |
2001-07-06 | 3com airconnect 3crwe777a | Jason Wright | |
2001-07-06 | o We use login.conf for passwd(1) variables now, not passwd.conf | Todd C. Miller | |
o Give detailed instructions on how to find a process holding the ptmp lock | |||
2001-07-06 | sync | Jason Wright | |
2001-07-06 | 3com airconnect (3crwe777a) | Jason Wright | |
2001-07-06 | style | Niklas Hallqvist | |
2001-07-06 | max uid should be 2147483647, not 2147483648. | Mike Pechkin | |
problem report from: Chris Cameron <chris@UpNIX.com> millert@ ok | |||
2001-07-06 | Style. | Hakan Olsson | |
2001-07-06 | Change to make the kernel build when IPCOMP is activated and | Jean-Jacques Bernard-Gundol | |
PPP_DEFLATE is not. Reported by Heikki Korpela <heko@saitti.net>. ho@ ok. | |||
2001-07-06 | Change the filename completion code to: | Artur Grabowski | |
- not use an unprotected strcat. - Append a '/' when a file is a symlink to a directory. (tab completion on '/sys' is now less annoying.) - actually make some more sense. | |||
2001-07-06 | Indentation. | Hakan Olsson | |
2001-07-06 | Remove support for PF_ENCAP (deprecated since OpenBSD2.5). | Hakan Olsson | |
2001-07-06 | On second thought, we don't need this at all. | Hakan Olsson | |
2001-07-06 | Remove the .c and .h files that the build process generates. | Hakan Olsson | |
2001-07-06 | option IPCOMP. markus@ ok. | Jean-Jacques Bernard-Gundol | |
2001-07-06 | prototypes for userland side | Theo de Raadt | |
2001-07-06 | fix userland side prototypes | Theo de Raadt | |
2001-07-06 | do not use quad for counters | Theo de Raadt | |
2001-07-06 | symetrical -> symmetrical | Hans Insulander | |
spotted by pvalchec@openbsd.org | |||
2001-07-06 | sync | Theo de Raadt | |
2001-07-06 | Only clear the relevant capabilities when the MTU is set too | Angelos D. Keromytis | |
high. Clarify logic of message tagging. | |||
2001-07-06 | UDP checksumming as well, and turned off if the MTU is too large. | Angelos D. Keromytis | |
2001-07-06 | typo; ok angelos | jasoni | |
2001-07-06 | install and repair | Theo de Raadt | |
2001-07-06 | some improvement (spelling, grammar); ok angelos@ | jasoni | |
2001-07-06 | Also, source /etc/rc.conf so we can pull in the | Angelos D. Keromytis | |
multicast_host/multicast_router settings; this is useful if one flushes the routing table and re-initializes. We really need a netconfig tool of sorts. | |||
2001-07-06 | Use "route -n show -inet" to determine the default multicast iface. | Angelos D. Keromytis | |
2001-07-06 | resolve compile problems | Steve Murphree | |
2001-07-06 | Fix unused/uninitialized variables. | Angelos D. Keromytis | |
2001-07-06 | add if braces to avoid compiler warnings; ok mickey | Peter Valchev | |
2001-07-06 | bzero PCB after allocation | Angelos D. Keromytis | |
2001-07-06 | change MSIZE to 256, okay @deraadt | Niels Provos | |
2001-07-06 | IP/TCP/UDP checksumming on the NIC; from rtecco@umich.edu | Angelos D. Keromytis | |
2001-07-06 | misc fixes | Steve Murphree | |
2001-07-06 | __powerpc__ is defined in gcc's specs and used throughout the tree for ↵ | Steve Murphree | |
powerpc related stuff, so mvmeppc must retain __powerpc__ and add __mvmeppc__. | |||
2001-07-06 | correct includes for mvmeppc | Steve Murphree | |
2001-07-05 | IP6_EXTHDR_GET0 did not check m->m_len (noone was using this macro). | Jun-ichiro itojun Hagino | |
sync with kame | |||
2001-07-05 | Fix length type. | Marc Espie | |
2001-07-05 | Fix prototypes | Marc Espie | |
2001-07-05 | include <err.h> | Paul Janzen | |
2001-07-05 | Move manpage to appropriate directory | Paul Janzen | |
2001-07-05 | order the options | Michael Shalayeff | |
2001-07-05 | initalize fragment correctly | Niels Provos | |
2001-07-05 | sync | Theo de Raadt | |
2001-07-05 | statement after label; ok dugsong@ | Kevin Steves | |