summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2001-08-19bye bye atoi.Bob Beck
2001-08-19adapt to our variant of branch_takenArtur Grabowski
2001-08-19Ooops. sparc always needs own protos.Artur Grabowski
2001-08-19Our ddb_init doesn't take argument (it should, but that's another story).Artur Grabowski
2001-08-19compile w/out INETJason Wright
2001-08-19fetch sc_intline from pci_intr_line(ih) to accomodate forMichael Shalayeff
the line being possibly resolved in pci_intr_map(). found and tested by jason@
2001-08-19remove extraneous newline from error output; PR 2014 and patch fromPaul Janzen
Tim J. Robbins <tim@robbins.dropbear.id.au>, with one line added so that trailing whitespace doesn't make a number seem badly formatted.
2001-08-19match our reality.Artur Grabowski
2001-08-19e_machine identifiers for sparcv8plus and sparcv9Artur Grabowski
from NetBSD.
2001-08-19oopsBob Beck
2001-08-19...and convert this one as well.Miod Vallat
2001-08-19New timeouts there as well.Miod Vallat
2001-08-19db_machdep from NetBSD.Artur Grabowski
2001-08-19More old timeouts removal, mainly affected unused/unmaintained code.Miod Vallat
2001-08-19I'm a knuckle-dragging moron, the fd_set is overflowable - make it soBob Beck
it isn't.
2001-08-19Typos in comments.Marc Espie
Remove `to be merged with le soon' since this is an obvious lie.
2001-08-191564 lines of cleanupTheo de Raadt
2001-08-19libexec is the wrong place for popa3d, since it can be started WITHOUT inetdTheo de Raadt
2001-08-19byebye. Not used. Just keeps getting out of synch.Marc Espie
2001-08-19sync. -mojMats O Jansson
2001-08-19Pass the interface (if any) to ipip_input(), so it can be used inAngelos D. Keromytis
BPF. Closes PR 2000.
2001-08-19sigh. I need sleep.Artur Grabowski
2001-08-19Don't forget to initialize those timeouts.Artur Grabowski
(and don't forget to sleep)
2001-08-19Unsmoke drugs.Artur Grabowski
2001-08-19generic soft interrupts for softclock.Artur Grabowski
From NetBSD.
2001-08-19KNFBob Beck
2001-08-19extern schedhzArtur Grabowski
2001-08-19more from netbsd... not sure if it's modified or not (modified at least for ↵Jason Wright
RCSids, tho)
2001-08-19RCSidJason Wright
2001-08-19generic interface for time-of-day clock devices.Artur Grabowski
From NetBSD
2001-08-19setprop and nextpropArtur Grabowski
2001-08-19sbus_cd.Artur Grabowski
2001-08-19gratuitous KNFism's, don't have it looking like it's your first dayBob Beck
with your new crack pipe
2001-08-19Lot of stuff... Some from NetBSD, some from OpenBSD, minor modificationsJason Wright
2001-08-19sparc64Artur Grabowski
2001-08-19proto for OF_set_callbackArtur Grabowski
2001-08-19libkern sparc64 stuff (mostly from NetBSD... lightly modified... with a side ↵Jason Wright
of bacon)
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