Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-06-11 | remove an ugly article; | Jason McIntyre | |
2008-06-10 | reduce mem usage by about 20% by packing state and type of an inode in a single | Otto Moerbeek | |
byte. Original diff by drahn@; twists by me; ok millert@ thib@ | |||
2008-06-10 | Arguments to fifo commands were limited to 80 bytes. That is too | Alexander Bluhm | |
short for IPv6. Increase the buffer size from 80 to 200 where appropriate. For the M command a buffer for 10 bytes is sufficient. ok hshoexer@ mpf@ grunk@ | |||
2008-06-10 | Make counters on table addresses optional and disabled by default. | Ryan Thomas McBride | |
Use the 'counters' table option in pf.conf if you actually need them. If enabled, memory is not allocated until packets match an address. This saves about 40% memory if counters are not being used, and paves the way for some more significant cleanups coming soon. ok henning mpf deraadt | |||
2008-06-10 | save somespace in the state by collapsing two 8 bit ints used as booleans | Henning Brauer | |
into one 8 bit flags field. shrinks the state structure by 4 bytes on 32bit archs ryan ok | |||
2008-06-10 | sleep if the slave device of the pty(4) is not connected. | Marc Balmer | |
problem noticed by ckuethe, solution discussed with claudio | |||
2008-06-10 | Fix implementation of IN6_IS_ADDR_FULL so that IPV6_ADDR is used | Alexander Bluhm | |
instead of IPV6_ADDR_SUBNET where appropriate. Then isakmpd has the same behaviour for IPv6 and IPv4. ok markus@ | |||
2008-06-10 | better take the size of the right table; found while tinkering with fsck_ffs | Otto Moerbeek | |
by accident the buggy expression yields the same value. | |||
2008-06-10 | print sizeofs using %zu; ok joris@ | Otto Moerbeek | |
2008-06-10 | in verbose mode indicate which states are sloppy, ryan reyk theo | Henning Brauer | |
2008-06-10 | new state option "sloppy" to use the sloppy tcp state tracker instead | Henning Brauer | |
of the good one. ok theo ryan reyk | |||
2008-06-10 | correctly setup the tty line for NMEA devices, especially turn off echo | Marc Balmer | |
to the device. found by ckuethe, fixed and tested with ckuethe | |||
2008-06-09 | Don't reverence slattach(8) or nmeaattach(8) in a comment. | Marc Balmer | |
2008-06-09 | - move the "this app is deprecated" blurb to the start, where it's more | Jason McIntyre | |
likely to be read - sort SEE ALSO | |||
2008-06-09 | zap trailing whitespace; | Jason McIntyre | |
2008-06-09 | Remove nmeaattch(8), which is superseeded by ldattach(8). | Marc Balmer | |
ok deraadt | |||
2008-06-09 | nmeaattach(8) is now deprecated. Use ldattach(8) instead. | Marc Balmer | |
2008-06-09 | slattach(8) is now deprecated. Use ldattach(8) instead. | Marc Balmer | |
2008-06-09 | The new newfs(8) code causes alternate superblocks to end up in | Otto Moerbeek | |
different locations than before. Actually, the disklabel does not contain enough info to completely reconstruct the locations of all alternate sb's. So use a hardcoded list of all possible 1st alternate sb locations, but don't forget to verify against the label. ok millert@ thib@ | |||
2008-06-09 | Add the '-p' option to ldattach(8) to pass data received from the device | Marc Balmer | |
to the master device of a pty(4) pair. The name of the slave device is written to standard output. This is useful for applications like e.g. gpsd from the misc/gpsd port that also use the serial data stream (e.g. nmea(4) as a time source and gpsd to get at positional data). help and ok deraadt, makes ckuethe happy. | |||
2008-06-08 | fix generated size for -m; bug report by Peter J. Philipp; ok millert@ | Otto Moerbeek | |
deraadt@ | |||
2008-06-07 | stop spurious "got link" which nooone noticed, but everyone should have; ok krw | Theo de Raadt | |
2008-06-04 | warnx already prepends string with a colon, no need to manually add one | Tobias Stoeckmann | |
here. ok millert, otto | |||
2008-06-04 | setbootflag() must be done before checksum'ing the label. Bug introduced | Theo de Raadt | |
in 1.126, found by nick during a test install; ok krw | |||
2008-06-03 | fix some spacing issues; | Jason McIntyre | |
2008-06-01 | synchronize synopsis and usage. | Igor Sobrado | |
2008-05-31 | add hfs+ type. deraadt@ ok | Federico G. Schwindt | |
2008-05-29 | Second half of PF state table rearrangement. | Ryan Thomas McBride | |
- Mechanical change: Use arrays for state key pointers in pf_state, and addr/port in pf_state_key, to allow the use of indexes. - Fix NAT, pfsync, pfctl, and tcpdump to handle the new state structures. In struct pfsync_state, both state keys are included even when identical. - Also fix some bugs discovered in the existing code during testing. (in particular, "block return" for TCP packets was not returning an RST) ok henning beck deraadt tested by otto dlg beck laurent Special thanks to users Manuel Pata and Emilio Perea who did enough testing to actually find some bugs. | |||
2008-05-27 | Fix count of states flushed, broken when the psnk_af hack was removed in ↵ | Ryan Thomas McBride | |
pf_ioctl.c r1.196. | |||
2008-05-26 | no need for such a wordy .Nd; ok grunk | Jason McIntyre | |
2008-05-26 | - put CAVEATS in the right place | Jason McIntyre | |
- filesystem -> file system, for consistency; from Pierre Riteau | |||
2008-05-26 | fix example in manpage, spotted by Jacek Masiulaniec | Alexander von Gernler | |
While there, stress the idea that users should always have a disklabel inside their vnd images, so they can fsck their filesystems properly input from otto@, corrections by jmc@, "looks better" deraadt@ | |||
2008-05-26 | reorg fields in structs inodesc and inoinfo to reduce size on some archs; from | Otto Moerbeek | |
mickey; ok millert@ | |||
2008-05-26 | If an interface has no link at startup, try to force it up, and then | Theo de Raadt | |
give it about 4 seconds of (silent) grace period before doing the verbose search for a link... tested by various developers who got burned a bit | |||
2008-05-25 | do not need sys/protosw.h | Theo de Raadt | |
2008-05-16 | no need to quote the argument to .Nd, now that it's nice and short; | Jason McIntyre | |
2008-05-16 | There is not really a network address translation device. | Marco Pfatschbacher | |
Remove it from the name section. OK mcbride, henning | |||
2008-05-13 | Disable more wscons bits on socppc. | Miod Vallat | |
2008-05-13 | Make socppc on par with macppc for now. | Miod Vallat | |
2008-05-13 | fix an error in the example partition table; from Adam Patterson | Jason McIntyre | |
ok nick | |||
2008-05-12 | Error out with usage line if additional arguments are given after the | Pierre-Yves Ritschard | |
option parsing. Found out the hard way by jdixon on ifstated. ok sobrado@, jdixon@, millert@ | |||
2008-05-09 | Add support to kill states by rule label or state id. | Marco Pfatschbacher | |
Fix printing of the state id in pfctl -ss -vv. Remove the psnk_af hack to return the number of killed states. OK markus, beck. "I like it" henning, deraadt. Manpage help from jmc. | |||
2008-05-09 | Replace a crockpot of semi-cloned productions for handling port | Theo de Raadt | |
numbers with one, and fix a few other bugs along the way ok mpf henning | |||
2008-05-09 | using the rtm_priority to translate priority number into nice name is | Henning Brauer | |
working much better than using rtm_version for that | |||
2008-05-09 | on route get, display the priority and a cleartext name (like, "bgp" for 48) | Henning Brauer | |
claudio ok | |||
2008-05-09 | convert port byte order in the production; add port keyword; ok deraadt@ | Markus Friedl | |
2008-05-09 | - don't give up when the link is not available on startup: dhclient | Reyk Floeter | |
goes to background and listens on the routing socket for link to come up before it retries. - renew the lease whenever the link was lost and becomes active again. - listen for link state changes on non-ethernet devices like wireless, the link state becomes active when the wireless has been associated to the AP and becomes active. this helps to automatically renew the lease when the user is roaming. ok beck@, deraadt@ | |||
2008-05-09 | divert packets to local socket without modifying the ip header; | Markus Friedl | |
makes transparent proxies much easier; ok beck@, feedback claudio@ | |||
2008-05-08 | add missing header for exit | Charles Longeau | |
ok damien@ | |||
2008-05-08 | make "to any" optional in binat, or well, the implied default. | Theo de Raadt | |
requested by reyk, ok reyk mpf |