summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2004-03-26Do not dereference pointers before checking whether they are valid (triple ↵Miod Vallat
sigh). ok deraadt@
2004-03-25Lucent (now Proxim) firmware 8.72 disabled the "fragment WEP frames" feature.Todd C. Miller
2004-03-25fix english, from Joel Knight, deraadt okHenning Brauer
2004-03-25Don't use mbuf pointer in error case, when it has been set to NULL.Daniel Hartmeier
From Patrick Latifi. ok markus@, henning@, deraadt@
2004-03-25Various typosTom Cosgrove
ok miod@ deraadt@
2004-03-25Fix icmp checksum when sequence number modlation is being used.Ryan Thomas McBride
Also fix a daddr vs saddr cut-n-paste error in ICMP error handling. From dhartmei@ ok deraadt@
2004-03-24Fix typos; from jmc@; OK deraadt@Todd C. Miller
2004-03-24Document USB issues. OK drahn@ deraadt@Todd C. Miller
2004-03-24Do not check for writing to address zero on vax, since this is whereMiod Vallat
we want to be able to load a .gz kernel. ok deraadt@
2004-03-24Add some notes about privsep to manpage.Hans-Joerg Hoexer
ok ho@ jmc@ deraadt@
2004-03-24List supported USB devices in the table. It probably makes senseTodd C. Miller
to split the table into 3 separate ones since it has grown rather large. OK deraadt@ miod@
2004-03-24From the how many ways can you screw up replacing one line of codeJason Wright
department: cast 'i' to u_int64_t so the sign comparison actually makes sense. Any other bugs in here just ship in the release, I'm done.
2004-03-24privsep documentation from canacarTheo de Raadt
2004-03-24Correct size in error message. From mickey@Ryan Thomas McBride
ok deraadt@
2004-03-24Disable net.inet.carp.log by default.Ryan Thomas McBride
ok deraadt@
2004-03-23update url;Jason McIntyre
ok miod@ deraadt@
2004-03-23use absolute value like rev 1.1 did; pointed out by tom and ok deraadt.Jason Wright
2004-03-23OpenBSD might be a more likely UNIX-like OS than SunOS here.Tom Cosgrove
Suggested by nick@, thanks. ok miod@, deraadt@
2004-03-23gcc3 doesn't align things the same as gcc2. Casting upwards is dangerousJason Wright
to a program's health, avoid it. ok deraadt
2004-03-23Oops, gremlinsMiod Vallat
ok deraadt@
2004-03-23Remove erroneous null termination.Hans-Joerg Hoexer
ok ho@ deraadt@
2004-03-23Recognize amd64 binaries and coredumps; ok todd@ deraadt@ drahn@Miod Vallat
2004-03-23typo;Jason McIntyre
ok miod@ deraadt@
2004-03-23.Xr ftok 3; from tedu@Jason McIntyre
ok deraadt@
2004-03-23Remove comments about SMC Elite Ultra. I can't reproduce this issue, itNick Holland
is an infrequently used card, and apparently a minor problem. ok deraadt@, miod@
2004-03-23Apple's HD SC Setup is included with Mac OS, no reason to download itNick Holland
separately. ok deraadt@, miod@
2004-03-23Mention use of PXE to get install kernel, and cleanup some whitespace.Tom Cosgrove
ok miod@, deraadt@
2004-03-23Hold off for 1 second before beginning bulk transfer. Avoids loopingRyan Thomas McBride
until mono_time.tv_sec advances past the time the bulk transfer request was recieved. ok cedric@ deraadt@
2004-03-23libg2c ships on cats too. ok deraadt@Dale Rahn
2004-03-23Add TI 1510 to recognized list of chips to configure. ok deraadt@Dale Rahn
2004-03-23Update copyrights to 2004.Kenneth R Westerback
ok deraadt@.
2004-03-23fix typo; Michael Coulter; OK deraadt@Todd C. Miller
2004-03-23Update ahc hardware sections. Add mpt section to i386 and amd64.Kenneth R Westerback
ok deraadt@.
2004-03-22Update to reality; adapted from NetBSD with some corrections.Todd C. Miller
OK deraadt@
2004-03-22Improve layout, add more Xr, complete a few intro pages.Miod Vallat
This completes the man4 frolicking for this release.
2004-03-22Mention use of PXE to get install kernel.Tom Cosgrove
ok miod@, jmc@, deraadt@
2004-03-22some spacing, and a little cleanup;Jason McIntyre
ok deraadt@
2004-03-22A potpourri of Xr and layout fixes.Miod Vallat
ok deraadt@
2004-03-22Tell what TERM value you should use to get color on sun emulation, andMiod Vallat
device names for extra screens. ok deraadt@
2004-03-22Mention wi@usb.Miod Vallat
ok deraadt@
2004-03-22Initialize msb and lsb tables (from NetBSD).Thomas Nordin
Use lsb table when calculating microtime. deraadt@ ok
2004-03-22syncTheo de Raadt
2004-03-22Fix dates on my copyrights.Tom Cosgrove
Noticed my miod@, thanks. ok deraadt@.
2004-03-22Fix CARP shutdown. ok deraadtCedric Berger
2004-03-22Unbreak rmd160. Was broken on sparc64 when compiled with gcc3. Fix and reportHans-Joerg Hoexer
by Simon Kellner. XXX This is only a temporary work-around and we still need a REAL fix for XXX this issue. Testing on different archs by marc@ tdvall@ millert@ otto@ ho@ miod@ hshoexer@ ok deraadt@
2004-03-22Add support for PFSYNC_ACT_BUS. (Bulk Update Status)Ryan Thomas McBride
ok deraadt@
2004-03-22Add a complete pfsync+carp firewall failover example.Ryan Thomas McBride
ok deraadt@
2004-03-22Support for best effort bulk transfers of states when pfsync syncif isRyan Thomas McBride
configured. This this allows pfsync+carp clusters to come up gracefully without killing active connections. pfsync now prevents carp from preempting to become master until the state table has sync'd. ABI change, any application which use struct pf_state must be recompiled. Reminded about this by Christian Gut. Thanks to beck@ cedric@ and dhartmei@ for testing and comments. ok deraadt@
2004-03-22spelling; jjy2+@pitt.eduTheo de Raadt
2004-03-22Pass pfsync and carp traffic in the boot-time pf configuration.Ryan Thomas McBride
Bring carp interfaces down at shutdown, to make a graceful exit if we're master. ok deraadt@