Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-08-19 | New timeouts there as well. | Miod Vallat | |
2001-08-19 | db_machdep from NetBSD. | Artur Grabowski | |
2001-08-19 | More old timeouts removal, mainly affected unused/unmaintained code. | Miod Vallat | |
2001-08-19 | I'm a knuckle-dragging moron, the fd_set is overflowable - make it so | Bob Beck | |
it isn't. | |||
2001-08-19 | Typos in comments. | Marc Espie | |
Remove `to be merged with le soon' since this is an obvious lie. | |||
2001-08-19 | 1564 lines of cleanup | Theo de Raadt | |
2001-08-19 | libexec is the wrong place for popa3d, since it can be started WITHOUT inetd | Theo de Raadt | |
2001-08-19 | byebye. Not used. Just keeps getting out of synch. | Marc Espie | |
2001-08-19 | sync. -moj | Mats O Jansson | |
2001-08-19 | Pass the interface (if any) to ipip_input(), so it can be used in | Angelos D. Keromytis | |
BPF. Closes PR 2000. | |||
2001-08-19 | sigh. I need sleep. | Artur Grabowski | |
2001-08-19 | Don't forget to initialize those timeouts. | Artur Grabowski | |
(and don't forget to sleep) | |||
2001-08-19 | Unsmoke drugs. | Artur Grabowski | |
2001-08-19 | generic soft interrupts for softclock. | Artur Grabowski | |
From NetBSD. | |||
2001-08-19 | KNF | Bob Beck | |
2001-08-19 | extern schedhz | Artur Grabowski | |
2001-08-19 | more from netbsd... not sure if it's modified or not (modified at least for ↵ | Jason Wright | |
RCSids, tho) | |||
2001-08-19 | RCSid | Jason Wright | |
2001-08-19 | generic interface for time-of-day clock devices. | Artur Grabowski | |
From NetBSD | |||
2001-08-19 | setprop and nextprop | Artur Grabowski | |
2001-08-19 | sbus_cd. | Artur Grabowski | |
2001-08-19 | gratuitous KNFism's, don't have it looking like it's your first day | Bob Beck | |
with your new crack pipe | |||
2001-08-19 | Lot of stuff... Some from NetBSD, some from OpenBSD, minor modifications | Jason Wright | |
2001-08-19 | sparc64 | Artur Grabowski | |
2001-08-19 | proto for OF_set_callback | Artur Grabowski | |
2001-08-19 | libkern sparc64 stuff (mostly from NetBSD... lightly modified... with a side ↵ | Jason Wright | |
of bacon) | |||
2001-08-19 | proto for child_return | Artur Grabowski | |
2001-08-19 | More sensible linker flags. | Artur Grabowski | |
2001-08-19 | DEBUG causes too much trouble right now. | Artur Grabowski | |
zs is too complicated. disable for now. | |||
2001-08-19 | build ftp-proxy | Bob Beck | |
2001-08-19 | transparent ftp proxy, based on Obtuse Systems juniper stuff with much | Bob 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-19 | enable pthread_main_np(3) | Peter Valchev | |
2001-08-19 | Loosened TCP state code which should allow stupid stacks to shotgun their | Mike Frantzen | |
SYNs and provide better handling for pre-existing connections. | |||
2001-08-19 | fix buffer underrun on 1.51 | Jun-ichiro itojun Hagino | |
2001-08-19 | Add 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-18 | deal with -1 from snprintf, if it ever happens | Theo de Raadt | |
2001-08-18 | compiles | Jason Wright | |
2001-08-18 | Move the softc into the machdep parts. | Artur Grabowski | |
2001-08-18 | be more careful with snprintf; millert ok | Theo de Raadt | |
2001-08-18 | Add new ioctl for adding/removing individual rules to/from the active rule set. | Daniel Hartmeier | |
2001-08-18 | Describe the pthread_main_np() function | Peter Valchev | |
2001-08-18 | Deal with snprintf returns properly | brian | |
2001-08-18 | Deal with snprintf() return codes properly | brian | |
2001-08-18 | Handle snprintf returning -1 | brian | |
2001-08-18 | rcs ids | Jason Wright | |
2001-08-18 | generic mostek clock driver (from NetBSD, ported by art... but he's being | Jason Wright | |
slack about committing) | |||
2001-08-18 | a much needed cleanup; fgsch ok | Theo de Raadt | |
2001-08-18 | Mostek cmos clock stuff (from netbsd) | Jason Wright | |
2001-08-18 | Some NBPG to PAGE_SIZE conversions. | Dale Rahn | |
2001-08-18 | whack strcpy | Theo de Raadt | |