Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-11-09 | remove .Pp's before lists and displays; | Jason McIntyre | |
2003-11-09 | fix semantics to match old tools. This prefix is what was passed on | Marc Espie | |
the command line, not the first cwd in the archive, sorry. No way to override this currently. To be safe, - packages would need to be built with a specific base. - packages would need to be installed with the same base. Somewhat the same semantic difference as with LOCALBASE/PREFIX. | |||
2003-11-09 | remove stale forward declaration | Daniel Hartmeier | |
2003-11-09 | No need to pass an unused struct carp_softc * into carp_input_c() from | Ryan Thomas McBride | |
carp_input() and carp6_input(). | |||
2003-11-09 | add missing -v to getopt | Daniel Hartmeier | |
2003-11-09 | Unbreak printing of vlan interface information, commented out accidentally | Ryan Thomas McBride | |
in CARP import. | |||
2003-11-09 | better boundary placement. | Vincent Labrecque | |
there should be no more problems with inserting files now... | |||
2003-11-09 | fix a bug i introduced in -r1.19, we should still use the current buffer | Vincent Labrecque | |
to test for the end of circular lists. | |||
2003-11-09 | remove the only use of the hackish undo_add_custom function. | Vincent Labrecque | |
2003-11-09 | Typos; Jonathan Gray | Miod Vallat | |
2003-11-09 | proper test for circular list traversal, and nul-terminate strings for | Vincent Labrecque | |
safety. | |||
2003-11-09 | fix up terminal correctly on panic (keeps terminal state correct when | Vincent Labrecque | |
started with an invalid $TERM) spotted by deraadt | |||
2003-11-09 | remove unused structure element | Vincent Labrecque | |
2003-11-09 | fix the undo record size for insert-file so we do not get an extra byte | Vincent Labrecque | |
2003-11-09 | knf | Vincent Labrecque | |
2003-11-08 | Inline invalidate_pte(). | Miod Vallat | |
2003-11-08 | all of a sudden, /usr/share/altq disappeared! | Jason McIntyre | |
ok henning@ | |||
2003-11-08 | Return proper anchor rule number in correct byte order. | Daniel Hartmeier | |
From Pyun YongHyeon. ok henning@, canacar@ | |||
2003-11-08 | seperate -> separate; from Jonathon Gray; | Jason McIntyre | |
ok henning@ dhartmei@ | |||
2003-11-08 | remove entries for FreeBSD drivers; | Jason McIntyre | |
ok miod@ | |||
2003-11-08 | typos from Jonathon Gray; | Jason McIntyre | |
2003-11-08 | The very beginning of a pegasos-specific section 8. | Miod Vallat | |
2003-11-08 | Section 4 changes and additions for Pegasos. | Miod Vallat | |
2003-11-08 | Sync hardware list with GENERIC. | Miod Vallat | |
2003-11-08 | Do not keep a list of midi attachments per architecture - this only | Miod Vallat | |
makes the page more confusing, and conforms to the existing practice for MI interfaces. | |||
2003-11-08 | Save the current floatingpoint state in the pcb. | Miod Vallat | |
2003-11-08 | remove unused variable (pw). ok djm@ | Jakob Schlyter | |
2003-11-08 | Remove file commited by accident | Miod Vallat | |
2003-11-08 | remove two words that were never visible anyway, due to too many args | Jason McIntyre | |
passed to macro; | |||
2003-11-08 | add -v and -w window to usage(); | Jason McIntyre | |
2003-11-08 | - correct SYNOPSIS | Jason McIntyre | |
- sort options - sync usage() - new sentence, new line | |||
2003-11-08 | - ommited -> omitted | Jason McIntyre | |
- kill some whitespace at EOL - remove unnecessary args to .Nm | |||
2003-11-08 | Print "|pfsync" if the packet is truncated, not "|pflog". | Ryan Thomas McBride | |
2003-11-08 | Avoid a race condition while swapping in a process. | Thomas Nordin | |
Tested by mickey@, henning@, ericj@, and beck@. ok mickey@ | |||
2003-11-08 | Remove compacting garbage collector. Fixes PR #3528. | Thomas Nordin | |
Tested by henning@ and frisco@blackant.ne. ok mickey@, niklas@, and weingart@ | |||
2003-11-08 | Add 'no-sync' state option to prevent state transition messages for states | Ryan Thomas McBride | |
created by this rule from appearing on the pfsync(4) interface. e.g. pass in proto tcp to self flags S/SA keep state (no-sync) ok cedric@ henning@ dhartmei@ | |||
2003-11-07 | Check to make sure that the packet was received on a carp-enabled interface. | Ryan Thomas McBride | |
Pointed out by Marco Pfatschbacher, ok mickey@ | |||
2003-11-07 | fix behavior when ipv6mr_interface is 0. reported on netbsd list | Jun-ichiro itojun Hagino | |
2003-11-07 | Clean up carp_iamatch() behaviour so we don't reply to arp requests when | Ryan Thomas McBride | |
the interface is ifconfig'd down. Patch from Marco Pfatschbacher | |||
2003-11-07 | Correct url to docs site; from Jared Yanovich <jjy2+@pitt.edu>. | Alexander Yurchenko | |
2003-11-07 | Add missing #ifdef INET6. | Ryan Thomas McBride | |
Courtesy of markus@ | |||
2003-11-07 | updated URL and a typo from Jared Yanovich; | Jason McIntyre | |
2003-11-07 | Add some missing mentions of 'synproxy state' | Ryan Thomas McBride | |
ok jmc@ | |||
2003-11-07 | more updated URLs from Jared Yanovich; | Jason McIntyre | |
2003-11-07 | the the; from rohee@ | Michael Shalayeff | |
2003-11-07 | update the ref to fips; from jared yanovich | Michael Shalayeff | |
2003-11-07 | fix the ref to hpux elf extensions; from Jared Yanovich <jjy2+@pitt.edu> | Michael Shalayeff | |
2003-11-07 | updated URLs from Jared Yanovich; | Jason McIntyre | |
however, I did not apply the diff exactly. After hunting around I found URLs for the missing files, and the ../index.html link appears not to work. I replaced it with a more suitable link. | |||
2003-11-07 | "the the" -> "the"; rohee@ | Miod Vallat | |
2003-11-07 | diffrently -> differently; | Jason McIntyre | |