Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-09-22 | use #ifndef __STRICT_ALIGNMENT instead of #ifdef __i386. | Nathan Binkert | |
recommended by jason | |||
2002-09-22 | Update ifp->if_opackets correctly | Jason Wright | |
2002-09-22 | little KNF: return(something) -> return (something) | Henning Brauer | |
2002-09-22 | fix linenumber counting in findeol, and simplify by ignoring the \ case, | Henning Brauer | |
that's already handled earlier. fast-forward on errnous lines partitially from camield@, parts result of a discussion with Mike ok frantzen@ dhartmei@ | |||
2002-09-22 | antispoof, take 2. | Henning Brauer | |
also block incoming packets with our own IP as src. discussion & help frantzen ok ho@ dhartmei@ frantzen@ | |||
2002-09-22 | test line buffer overflow checks in pfctl | Henning Brauer | |
ok frantzen@ | |||
2002-09-21 | When rotating files or checking the age of a file, check for both | Todd C. Miller | |
compressed and uncompressed logs but consult the flags to see which we one prefer should both exist. This keeps things from getting hosed if someone compresses or uncompresses one of the archived log files. | |||
2002-09-21 | Further reduce i386 install output by sending to /dev/null the fdisk | Kenneth R Westerback | |
output produced when the user opts to have the install script use the entire disk for OpenBSD. ok deraadt@. | |||
2002-09-21 | update list of supported devices | Nathan Binkert | |
2002-09-21 | Add support for TBI mode in fiber based cards (heavily inspired by FreeBSD) | Nathan Binkert | |
Clean up debugging printfs Remove some old debugging code that shouldn't be there. More changes from FreeBSD: - ignore alignment problem on x86 platforms and don't copy. - increase receive list to 128 to match transmit - change a bit in the interrupt handling | |||
2002-09-21 | cleanup, remove register | Nathan Binkert | |
2002-09-21 | Add support for OS defined halt action on Cheetah and Omega. | Hugh Graham | |
Should also work on Legacy, but tester hasn't reported back yet... | |||
2002-09-20 | UNDO MORE FUCKING TREE BREAKING. WHY THE FUCK ARE YOU GUYS NOT EVEN DOING | Theo de Raadt | |
TEST COMPILES?! | |||
2002-09-20 | this should have a cd@scsi on it | Michael Shalayeff | |
2002-09-20 | kill dangling space, line and a space in the tab | Michael Shalayeff | |
2002-09-20 | flush cpu state on read/write fpregs, force reload on write | Michael Shalayeff | |
2002-09-20 | gonna need cr10, aka ccr from the trapframe | Michael Shalayeff | |
2002-09-20 | log illegal user here for missing privsep case (ssh2). | Kevin Steves | |
this is executed in the monitor. ok markus@ | |||
2002-09-20 | Sync with reality, and fix a few errors. | Miod Vallat | |
2002-09-20 | talk about flags; help and ok from miod@ | Federico G. Schwindt | |
2002-09-20 | Support to run the 24 bit fb in 8 bit mode or cg12 in 1 bit mode | Federico G. Schwindt | |
via flags, using 0x0001. miod@ ok. | |||
2002-09-20 | test line continuation | Henning Brauer | |
2002-09-20 | better comment about RessourceConfig and AccessConfig aka srm.conf and | Henning Brauer | |
access.conf. "These are now distributed empty" just doesn't fit if we don't install them any more. | |||
2002-09-20 | Add pflog, vlan and gif to list of interfaces filtered; krw@ OK | Todd C. Miller | |
2002-09-19 | Deal with someone specifying an empty string for the command to run | Todd C. Miller | |
and make it mean "send no signal and run no command". | |||
2002-09-19 | Add sparc64 serial mouse devices. Ok miod@ | Matthieu Herrb | |
2002-09-19 | Fix long-standing bug. When specifying a command to run instead of sending | Todd C. Miller | |
a signal, the command was never actually run. | |||
2002-09-19 | remember: bits is bits and bytes is bytes... use -byte- count for bcopy not | Jason Wright | |
bits. Also, the conversion between bits and bytes involves a division by 8 not 2. (The latter pointed out by Francis Cianfrocca <vze32r6m@verizon.net>) | |||
2002-09-19 | Document FD_CLOEXEC; from FreeBSD (Peter Jeremy) | Todd C. Miller | |
2002-09-19 | Don't print garbage when getnameinfo fails. henning@ ok. | Hakan Olsson | |
2002-09-19 | log IP address also; ok markus@ | Kevin Steves | |
2002-09-19 | typo; cd@kalkatraz.de | Markus Friedl | |
2002-09-19 | Since isspace() considers \n to be a space we need to check for start | Todd C. Miller | |
of line == \0, not \n after stripping leading blanks. Otherwise blank lines give an error. Noticed by marc@ | |||
2002-09-19 | relegate some verbose() to debug(); ok markus@ | Kevin Steves | |
2002-09-19 | bye bye | Henning Brauer | |
2002-09-19 | bugzilla.mindrot.org #223 - ProxyCommands don't exit. | Damien Miller | |
Patch from dtucker@zip.com.au; ok markus@ | |||
2002-09-19 | build sparc64 like sparc is built. includes config/xm-openbsd.h | Dale Rahn | |
ok miod@ tested by building gcc and building trampoline exec test. | |||
2002-09-18 | Mark ELF ld.so as VTEXT to prevent the file from being overwritten. | Dale Rahn | |
ok deraadt@ art@ | |||
2002-09-18 | We can jump to the fail: label before shellargp is initialized. | Artur Grabowski | |
Make sure that we don't free random memory when that happens. From <j at pureftpd.org> deraadt@ ok | |||
2002-09-18 | sync | Theo de Raadt | |
2002-09-18 | Handle RFC2637 (PPTP defines an enhanced GRE... *sigh*) | Jason Wright | |
2002-09-18 | Fully decode source routing elements defined in rfc1702 | Jason Wright | |
2002-09-18 | Rewrite from scratch: same basic functionality, but better license and | Jason Wright | |
knows how to skip routing info and process the rest of the packet. | |||
2002-09-18 | don't install srm.conf, access.conf, srm.conf-dist and access.conf-dist | Henning Brauer | |
They are obsolete since years and empty anyway. ok theo | |||
2002-09-18 | not good; back to old version | Henning Brauer | |
2002-09-18 | nicer english, use Packet Filter instead of packet filter | Henning Brauer | |
work by nick@ and a bit nitpicking by me ok pb@ | |||
2002-09-18 | no point in limiting MaxRequestsPerChild on OpenBSD | Henning Brauer | |
2002-09-18 | some cometics, correct SYNOPSIS | Henning Brauer | |
2002-09-18 | test port ranges in rdr rules | Henning Brauer | |
2002-09-18 | Fix trampoline issues, by making sure the right stack portion is PROT_EXEC. | Marc Espie | |
tested by miod@, millert@ With comments from theo and mickey. ok miod@ |