Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-08-19 | Regress test for parameter list expansion syntax. | Daniel Hartmeier | |
2001-08-19 | remove extraneous newline from error output; accept trailing whitespace | Paul Janzen | |
elsewhere. Similar to PR/2014 for factor(6). | |||
2001-08-19 | Print a reason for failing to init the symbol table. | Artur Grabowski | |
2001-08-19 | Add parameter list support to parser. Handles lists for protocol, hosts | Daniel Hartmeier | |
and ports in filter rules, like block in from { 10.0.0.0/8, 172.16.0.0/12, 192.168.0.0/16 } to any pass in proto tcp from any to any port { ssh, 1024 >< 2000, > 65000 } block in proto { udp, igmp } and does rule expansion (generate all needed rule combinations). | |||
2001-08-19 | shorten the message to fit on a line. | Artur Grabowski | |
2001-08-19 | no doing shutdown | Artur Grabowski | |
2001-08-19 | db_disasm from NetBSD. | Artur Grabowski | |
minimal mods to fit our ddb. | |||
2001-08-19 | db_trace from NetBSD. | Artur Grabowski | |
minimal mods to fit our ddb. | |||
2001-08-19 | db_interface from NetBSD. | Artur Grabowski | |
hacked up a bit to match our ddb. | |||
2001-08-19 | bye bye atoi. | Bob Beck | |
2001-08-19 | adapt to our variant of branch_taken | Artur Grabowski | |
2001-08-19 | Ooops. sparc always needs own protos. | Artur Grabowski | |
2001-08-19 | Our ddb_init doesn't take argument (it should, but that's another story). | Artur Grabowski | |
2001-08-19 | compile w/out INET | Jason Wright | |
2001-08-19 | fetch sc_intline from pci_intr_line(ih) to accomodate for | Michael Shalayeff | |
the line being possibly resolved in pci_intr_map(). found and tested by jason@ | |||
2001-08-19 | remove extraneous newline from error output; PR 2014 and patch from | Paul 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-19 | match our reality. | Artur Grabowski | |
2001-08-19 | e_machine identifiers for sparcv8plus and sparcv9 | Artur Grabowski | |
from NetBSD. | |||
2001-08-19 | oops | Bob Beck | |
2001-08-19 | ...and convert this one as well. | Miod Vallat | |
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 | |