summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2004-03-27more supported cards and other fixes from jmc@ and marco@; deraadt@ okMichael Shalayeff
2004-03-27sync struct pf_status with reality, reminded by joel knight, theo okHenning Brauer
2004-03-27Nm ipsec; kevlo jmcTheo de Raadt
2004-03-26Properly m_copyback() modified TCP sequence number after demodulationDaniel Hartmeier
ok mcbride@, henning@, cedric@, deraadt@
2004-03-26don't use mbuf after free; ok mcbride, deraadt, cloderMarkus Friedl
2004-03-26Specify units: xxM -> xxMB, etcTom Cosgrove
ok miod@ deraadt@
2004-03-26Also raise advskew to 240 while we wait for pfsync to get it's bulk update.Ryan Thomas McBride
This is to deal with situations where the network is not working during boot so we become master by default - the high advskew value allows other carp boxes to preempt us when the network finally comes up. ok deraadt@ beck@
2004-03-26Allow the last page of physical memory (pci space) to be mapped. ok deraadt@Dale Rahn
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