summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2004-06-26Narrow down privsep interface. Move pf_key_v2_open() to monitor.Hans-Joerg Hoexer
Work in progress. ok ho@
2004-06-26Add 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-26Don't sleep forever on short nanosleeps.Thomas Nordin
2004-06-26deinline splraise, spllower and setsoftint.Artur Grabowski
Makes the kernel smaller and faster. deraadt@ ok
2004-06-26Initial stab at CPU identification code for i386 boot programs. AddedTom Cosgrove
to i386 libsa, but not yet used by boot etc. ok weingart@
2004-06-26Ansification of defalte-/lsz-stubs.Hans-Joerg Hoexer
ok jfb@
2004-06-26Default enable udpencap. Add 'disable' sysctl to sysctl.conf. markus@ ok.Hakan Olsson
2004-06-26ignore IFGROUP errs in ifconfig -a for "too old" kernels right nowPhilipp Buehler
2004-06-26Remove -DHAVE_GETNAMEINFO frome makefiles.Ryan Thomas McBride
Pointed out by ho@
2004-06-26Remove scsi(3) from SEE ALSO. ok deraadt@Robert Nagy
2004-06-26more netiso leftoversPhilipp Buehler
by pointer from yared janovich henning@ ok
2004-06-26Fix merge errorTom Cosgrove
ok drahn@
2004-06-26groups in usage() - from jared yanovichPhilipp Buehler
2004-06-25bz #875: fix bad escape char error message; reported by f_mohr AT yahoo.deDamien Miller
2004-06-25Keynote policy checking can now be disabled by "-K" switch and config tagHans-Joerg Hoexer
"Use-Keynote". Default is to use keynote. ok henning@ ho@
2004-06-25Do not clear PSR_SER on 88110 when leaving single-stepping mode.Miod Vallat
2004-06-25provide mask2prefixlen6() and prefixlen2mask6()Henning Brauer
2004-06-25remove netisoHenning Brauer
2004-06-25Remove HAVE_GETNAMEINFO alternate code. Compiled binary is unchanged.Ryan Thomas McBride
ok msf@ hshoexer@ itojun@ ho@
2004-06-25support new syslogd control protocol and add new -o option to detect memoryDamien 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-25extend 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-25interface groupsPhilipp Buehler
mcbride@ ok
2004-06-25after writing and deleting the kroute6 tree related functions for at least 5Henning Brauer
times I am getting this in now sow I don't do it a 7th time...
2004-06-25fix broken fd handling in the re-exec fallback path, particularly whenDamien Miller
/dev/crypto is in use; ok deraadt@ markus@
2004-06-25introduce "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 amd64Andreas Gunnarsson
2004-06-25typoTheo de Raadt
2004-06-25prettyTheo de Raadt
2004-06-25correct "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-25syncTheo de Raadt
2004-06-25build & ship bsd.rdTheo de Raadt
2004-06-25SMP support. Big parts from NetBSD, but with some really serious debuggingArtur 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-25re-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-25enable re(4) now that it worksPeter Valchev
2004-06-25fix MAC address initialization on big endian machines; found by naddy, ok drahnPeter Valchev
2004-06-25Provide information about the raw (unswizzled) intrrupt pin inArtur Grabowski
pci_attach_args. drahn@ deraadt@ ok
2004-06-25Instead of accessing ci_dev (that's an MI field), provide a marco thatArtur Grabowski
translates a cpu_info structure into a human-readable cpu number. drahn@ deraadt@ ok
2004-06-25repair tree nanobreak by the nanobumTheo de Raadt
2004-06-25Fall back to stat+rename if filesystem doesn't doesn't support hardDarren Tucker
links. bz#823, ok djm@
2004-06-25Remove config.h. Last of the remaining configure artifacts.Mathieu Sauve-Frankel
ok millert@ deraadt@ hshoexer@
2004-06-25Make crufty configure stuff go away. Remove all unused code paths.Mathieu Sauve-Frankel
No change in binaries. ok millert@ deraadt@ hshoexer@
2004-06-25typo noticed by theo.Claudio Jeker
2004-06-25Add tap aka layer 2 tunneling support to tun(4). It can be enabled by settingClaudio Jeker
the link0 flag via ifconfig(8). OK markus@, canacar@ also tested by ish@
2004-06-25disallow udpencap_port in bind(0); ok ho@Markus Friedl
2004-06-25remove two ununsed includesHenning Brauer
2004-06-25Avoid spurious error message "line too long" (introduced with last commit,Tom Cosgrove
which fixed a buffer overflow here). ok weingart@
2004-06-25simplifyDamien Miller
2004-06-25remove netiso and netns codeHenning Brauer
2004-06-25clean reexec-specific junk out of text-exec.sh and simplify; idea markus@Damien Miller
2004-06-25only perform tcp wrappers checks when the incoming connection is on a socket.Damien Miller
silences useless warnings from regress tests that use proxycommand="sshd -i" prompted by david@ ok markus@