summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2001-08-19proto for child_returnArtur Grabowski
2001-08-19More sensible linker flags.Artur Grabowski
2001-08-19DEBUG causes too much trouble right now.Artur Grabowski
zs is too complicated. disable for now.
2001-08-19build ftp-proxyBob Beck
2001-08-19transparent ftp proxy, based on Obtuse Systems juniper stuff with muchBob Beck
modernizing and cleanup. still needs looking at. Currently supports PORT PASV EPRT data connections with only a pf rdr to capture the control connection. (I.E. you don't need ip forwarding or other NAT stuff). Runs from inetd. Supports all passive (EPSV PASV) when using -n flag, where the proxy ignores passive mode data connections (and assumes nat will get them through). Todo yet: More audit IpV6 Handle EPSV in proxy (with an rdr added then removed) Option to Daemonize and bind only to the loopback More Content/Login filtering, etc. etc. and more bloat
2001-08-19enable pthread_main_np(3)Peter Valchev
2001-08-19Loosened TCP state code which should allow stupid stacks to shotgun theirMike Frantzen
SYNs and provide better handling for pre-existing connections.
2001-08-19fix buffer underrun on 1.51Jun-ichiro itojun Hagino
2001-08-19Add a powerhook for bringing the 556 out of sleepy mode after suspend.Jason Wright
(This isn't perfect... it still requires an down up transition, but Bob is kicking me off his laptop so he can do "Real Work").
2001-08-18deal with -1 from snprintf, if it ever happensTheo de Raadt
2001-08-18compilesJason Wright
2001-08-18Move the softc into the machdep parts.Artur Grabowski
2001-08-18be more careful with snprintf; millert okTheo de Raadt
2001-08-18Add new ioctl for adding/removing individual rules to/from the active rule set.Daniel Hartmeier
2001-08-18Describe the pthread_main_np() functionPeter Valchev
2001-08-18Deal with snprintf returns properlybrian
2001-08-18Deal with snprintf() return codes properlybrian
2001-08-18Handle snprintf returning -1brian
2001-08-18rcs idsJason Wright
2001-08-18generic mostek clock driver (from NetBSD, ported by art... but he's beingJason Wright
slack about committing)
2001-08-18a much needed cleanup; fgsch okTheo de Raadt
2001-08-18Mostek cmos clock stuff (from netbsd)Jason Wright
2001-08-18Some NBPG to PAGE_SIZE conversions.Dale Rahn
2001-08-18whack strcpyTheo de Raadt
2001-08-18i think this pads the buffers correctlyTheo de Raadt
2001-08-18err() -> merr(), and reorder some bugs noted by giannici@neomedia.it; ↵Theo de Raadt
millert helped
2001-08-18handle vsnprintf returning -1Theo de Raadt
2001-08-18RCSidsJason Wright
2001-08-18compiles with minimal mods (From NetBSD)Jason Wright
2001-08-18Change the timeouts on adb keyboard probing to be the same as NetBSD.Dale Rahn
It now boots a bit faster, and works more reliable on PBG4 500MHz machines.
2001-08-18more includes from NetBSDJason Wright
2001-08-18make pfctl -s state SCREAM; frantzen is now happyTheo de Raadt
2001-08-18more includes from NetBSD.Artur Grabowski
No changes.
2001-08-18Mention in SEE ALSO that "Amd - The 4.4 BSD Automounter" is available byPeter Valchev
running ``info amd''; ok millert
2001-08-18fix a typo and add devel/sdl to the ports applications using these pthreadsPeter Valchev
for testing
2001-08-18import sbus stuff from netbsd (not a lot of mods).Jason Wright
2001-08-18enough to get sbus.o from NetBSDJason Wright
2001-08-18Move pmap_{de,}activate to vm/pmap.h, it's same on all archs.Artur Grabowski
2001-08-18careful with snprintf() == -1; ho, provosTheo de Raadt
2001-08-18also handle snprintf() < 0Theo de Raadt
2001-08-18more careful with snprintf result codeTheo de Raadt
2001-08-18be careful with snprintf/strlcpy - account for cases where theyBob Beck
can return values bigger than the length specified.
2001-08-18Fix functions to match prototypes. Old K&R doesn't make sense with inlineMarc Espie
stuff anyways. Ok millert@
2001-08-18typo from 1.50; biorn@chips.chalmers.seTheo de Raadt
2001-08-18Range check snprintf() return valueTodd C. Miller
2001-08-18Fix a pasto I made when adding snprintf() return val checks ages ago.Todd C. Miller
2001-08-18We don't provide COMPAT_1[234] options anymore.Miod Vallat
2001-08-18from netbsd (no modifications worth writing about)Jason Wright
2001-08-18Correct mapping of the kernel message buffer. From NetBSDMiod Vallat
2001-08-18 - Don't include sys/sched.h for now.Artur Grabowski
- Our need_resched doesn't take an argument.