Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-06-26 | grammar; | Jason McIntyre | |
2004-06-26 | should have updated all of these first - the same wordo in them all. | Jason McIntyre | |
also, section order for usermgmt.conf.5 was wrong. | |||
2004-06-26 | wordo; | Jason McIntyre | |
2004-06-26 | new sentence, new line; | Jason McIntyre | |
2004-06-26 | punctuation and grammar fixes. also, keep the options in order. | Jason McIntyre | |
2004-06-26 | - remove double word | Jason McIntyre | |
- rearrange .Bk to keep SYNOPSIS nice - -M before -m in options description | |||
2004-06-26 | add back PF_INOUT, fixes reassemble tcp | David Krause | |
ok canacar@ mcbride@ | |||
2004-06-26 | Clean up. | Alex Feldman | |
ok david@ | |||
2004-06-26 | Add ioctl call SIOCSIFTIMESLOT/SIOCGIDTIMESLOT. | Alex Feldman | |
ok mcbride@ | |||
2004-06-26 | Add option that allows to change timeslot range forn network card. | Alex Feldman | |
ok mcbride@ | |||
2004-06-26 | Add supporting Sangoma device driver . | Alex Feldman | |
ok mcbride@ | |||
2004-06-26 | Man page for Sangoma device driver. | Alex Feldman | |
ok mcbride@ | |||
2004-06-26 | Add supporting Sangoma network device driver. | Alex Feldman | |
ok mcbride@ | |||
2004-06-26 | Add supporting Sangoma network driver. | Alex Feldman | |
ok mcbride@ | |||
2004-06-26 | Sangoma Network Device driver for AFT series card (initiali version). | Alex Feldman | |
ok mcbride@ | |||
2004-06-26 | don't change the name of the copied sshd for the reexec fallback test, makes | Damien Miller | |
life simpler for portable | |||
2004-06-26 | Narrow down privsep interface. Move pf_key_v2_open() to monitor. | Hans-Joerg Hoexer | |
Work in progress. ok ho@ | |||
2004-06-26 | Add a table-driven implementation of ether_crc32_be(). | Christian Weisgerber | |
From Seishi Hiragushi via FreeBSD PR kern/49957. Also, while we're here, make the loop counter size_t. ok mcbride@ | |||
2004-06-26 | Don't sleep forever on short nanosleeps. | Thomas Nordin | |
2004-06-26 | deinline splraise, spllower and setsoftint. | Artur Grabowski | |
Makes the kernel smaller and faster. deraadt@ ok | |||
2004-06-26 | Initial stab at CPU identification code for i386 boot programs. Added | Tom Cosgrove | |
to i386 libsa, but not yet used by boot etc. ok weingart@ | |||
2004-06-26 | Ansification of defalte-/lsz-stubs. | Hans-Joerg Hoexer | |
ok jfb@ | |||
2004-06-26 | Default enable udpencap. Add 'disable' sysctl to sysctl.conf. markus@ ok. | Hakan Olsson | |
2004-06-26 | ignore IFGROUP errs in ifconfig -a for "too old" kernels right now | Philipp Buehler | |
2004-06-26 | Remove -DHAVE_GETNAMEINFO frome makefiles. | Ryan Thomas McBride | |
Pointed out by ho@ | |||
2004-06-26 | Remove scsi(3) from SEE ALSO. ok deraadt@ | Robert Nagy | |
2004-06-26 | more netiso leftovers | Philipp Buehler | |
by pointer from yared janovich henning@ ok | |||
2004-06-26 | Fix merge error | Tom Cosgrove | |
ok drahn@ | |||
2004-06-26 | groups in usage() - from jared yanovich | Philipp Buehler | |
2004-06-25 | bz #875: fix bad escape char error message; reported by f_mohr AT yahoo.de | Damien Miller | |
2004-06-25 | Keynote policy checking can now be disabled by "-K" switch and config tag | Hans-Joerg Hoexer | |
"Use-Keynote". Default is to use keynote. ok henning@ ho@ | |||
2004-06-25 | Do not clear PSR_SER on 88110 when leaving single-stepping mode. | Miod Vallat | |
2004-06-25 | provide mask2prefixlen6() and prefixlen2mask6() | Henning Brauer | |
2004-06-25 | remove netiso | Henning Brauer | |
2004-06-25 | Remove HAVE_GETNAMEINFO alternate code. Compiled binary is unchanged. | Ryan Thomas McBride | |
ok msf@ hshoexer@ itojun@ ho@ | |||
2004-06-25 | support new syslogd control protocol and add new -o option to detect memory | Damien Miller | |
buffer overflow; idea & ok markus@ NB if you are using memory buffered logging make sure you update both syslogd and syslogc _and_ restart syslogd because the protocol has changed | |||
2004-06-25 | extend memory buffer control protocol to support transmission of flags, | Damien Miller | |
starting with one to indicate whether the memory ringbuffers have overflowed; idea & ok markus@ NB if you are using memory buffered logging make sure you update both syslogd and syslogc _and_ restart syslogd because the protocol has changed | |||
2004-06-25 | interface groups | Philipp Buehler | |
mcbride@ ok | |||
2004-06-25 | after writing and deleting the kroute6 tree related functions for at least 5 | Henning Brauer | |
times I am getting this in now sow I don't do it a 7th time... | |||
2004-06-25 | fix broken fd handling in the re-exec fallback path, particularly when | Damien Miller | |
/dev/crypto is in use; ok deraadt@ markus@ | |||
2004-06-25 | introduce "interface groups" | Philipp Buehler | |
by "ifconfig fxp0 group foobar" "ifconfig xl0 group foobar" these two interfaces are in one group. Every interface has its if-family as default group. idea/design from henning@, based on some work/disucssion from Joris Vink. henning@, mcbride@ ok. | |||
2004-06-25 | 'machine cpuinfo' and 'machine ddbcpu' in ddb for amd64 | Andreas Gunnarsson | |
2004-06-25 | typo | Theo de Raadt | |
2004-06-25 | pretty | Theo de Raadt | |
2004-06-25 | correct "scrub in" behavior for IPv6. | Jun-ichiro itojun Hagino | |
remaining TODO: - "forward" case kernel behavior (IPv4 too), then pfctl syntax change - red-black tree | |||
2004-06-25 | sync | Theo de Raadt | |
2004-06-25 | build & ship bsd.rd | Theo de Raadt | |
2004-06-25 | SMP support. Big parts from NetBSD, but with some really serious debugging | Artur Grabowski | |
done by me, niklas and others. Especially wrt. NXE support. Still needs some polishing, especially in dmesg messages, but we're now building kernel faster than ever. | |||
2004-06-25 | re-introduce PF_INOUT and move PF_FORWARD def to the end. | Jun-ichiro itojun Hagino | |
pfctl is assuming that the keyword == 0 in its parser! (see decl for "dir"). | |||
2004-06-25 | enable re(4) now that it works | Peter Valchev | |