summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2005-02-28Use .Ox instead of \*(oS since we don't want the OS version displayedTodd C. Miller
Use "an m" not "a m"
2005-02-28Document some limitations of the MS-DOS filesystem.Tom Cosgrove
Input from yaredy@, krw@, miod@, jmc@, deraadt@. ok for earlier versions todd@, jmc@ ok final version deraadt@
2005-02-28document the public interface to PkgSpec.Marc Espie
Very simple actually...
2005-02-28use the linkshar keyword when gtalking about the link sharing serviceHenning Brauer
curve, inspired by PR4127
2005-02-28oops, since we override MANALL, we need to complete it.Marc Espie
2005-02-28Provide inittodr and resettodr for xscale, remove them from sa11x0, andUwe Stuehler
restore the time on resume.
2005-02-28add DLT_IEEE802_11_RADIO (802.11 + radiotap header)Reyk Floeter
ok jsg@ deraadt@
2005-02-28basic API documentation, not yet finished.Marc Espie
2005-02-28Fix minor KNF nit that hurts every time I analyse this code.Christopher Pascoe
ok dlg@
2005-02-28correct mistake in license clause numbering;Jason McIntyre
same correction applied to netbsd -r1.15; ok millert@ deraadt@
2005-02-28another fix from netbsd pointed out by jsg@David Gwynne
Clear IFF_RUNNING flag before aborting usb pipes in atu_stop().
2005-02-28Don't bother trying to load an empty firmware file.Patrick Latifi
ok deraadt
2005-02-28bz#849: document timeout on untrusted x11 forwarding sessions. Reported byDamien Miller
orion AT cora.nwra.com; ok markus@
2005-02-28Do not incorrectly emit "too many" message in debugging code.Christopher Pascoe
ok dlg@
2005-02-28Remove unused variable if_flags in struct carp_softc, ok mickey@Ryan Thomas McBride
2005-02-27avoid nameservice lookups in regress test; ok dtucker@Damien Miller
2005-02-27remove dead code of unsupported ioctls from FreeBSD. we do it in aReyk Floeter
different way. ok deraadt@, martin@
2005-02-27Move wsdisplay-only prototypes declarations in the #if NWSDISPLAY > 0 blockMiod Vallat
so that kernels with no frame buffer drivers can compile; spotted by marc@
2005-02-27Document how to set CONSCODE to point to an SGC device if one wants to forceMiod Vallat
the console.
2005-02-27SGC frame buffers can now be used as consoles.Miod Vallat
2005-02-27use PW_SIZE and PW_COPY macros for simplified reading.Patrick Latifi
ok otto millert
2005-02-27document mac68k backplane busMartin Reindl
ok jmc@ nick@
2005-02-27Split sti softc in two structures, one device-related for regular deviceMiod Vallat
attachment and interface, one screen-attached for the real work. The attachment code is now required to decide whether sti_end_attach() is run immediately, or as a startuphook. This allows hp300 to initialize sti early, and use it as a console; hppa is functionally unchanged, as it uses the PROM console until the root device is mounted.
2005-02-27Invoke hp300_cninit() twice, with a global variable letting theMiod Vallat
console-dependent routines know which pass they are being invoked in. The first pass is the usual console detection code. The second pass runs after uvm is initialized, and will allow devices which need VM services to run to claim the console.
2005-02-27Decide whether to force serial console on the 425e based upon the serviceMiod Vallat
switch, which is a physical switch on this model, unlike other frodo-based hp300. Service mode will now select serial console, while normal mode will select graphics console.
2005-02-27Use the DMA defines from dev/ic/lsi64854reg.h whenever possible; no functionalMiod Vallat
change. ok deraadt@
2005-02-27Fix backtraces for kernel core dumps.Mark Kettenis
2005-02-27- only send exported vars (based on a diff from Solar Designer)Otto Moerbeek
- fix some buffer overflows (also some Solar Designer input) ok deraadt@ cloder@
2005-02-27support 'tagged' in translation rules, non-delayed tag lookupDaniel Hartmeier
ok henning@, deraadt@
2005-02-27be -> by, ok jmc@Pedro Martelletto
2005-02-27cleanup correctly in some error paths.Patrick Latifi
ok hshoexer
2005-02-271. tcp_xmit_timer(): remove extra rtt decrement (t_rtttime is 0-basedMarkus Friedl
while t_rtt was 1-based), update callers 2. define and use TCP_RTT_BASE_SHIFT instead of the hardcoded 2. 3. add missing shifts when t_srtt/t_rttvar are used. 4. update the comments: t_srtt uses 5 bits of fraction (not 3) and t_rttvar uses 4 bits 5. remove obsolete/unused macros TCP_RTT_SCALE and TCP_RTTVAR_SCALE 6. make sure rttmin is not > TCPTV_REXMTMAX parts from netbsd, ok mcbride, henning
2005-02-27where possible, use bzero instead of memsetHans-Joerg Hoexer
ok cloder henning
2005-02-27Don't truncate logfile here eitherDarren Tucker
2005-02-27Add optional capability to log output from regress commands; ok markus@Darren Tucker
Use with: make TEST_SSH_LOGFILE=/tmp/regress.log
2005-02-27IBSS bits from NetBSD rtw.c -r 1.40Jonathan Gray
2005-02-27spelling fixesDavid Krause
2005-02-27spelling fixDavid Krause
2005-02-27capitalize OpenBSDDavid Krause
2005-02-27the theDavid Krause
2005-02-27SPF and route table calculation.Esben Norby
Calculate Shortest Path Tree for each area known in the link state database. The Shortest Path Tree is used as input for route table calculation. Route tabled is calculated and the result is inserted into the kernel route table. ok claudio@
2005-02-27regenBrad Smith
2005-02-27MF -> MTBrad Smith
2005-02-27If test_unit_ready() in sdattach() returns EIO, try to spin up unitKenneth R Westerback
exactly as is done in sdopen(). This improves the chances of getting valid geometry/size and avoiding 'drive offline' errors, without subjecting the device to anything it won't see anyway. No impact on devices that already work. Fixes problem with Jim Rees' Hitachi DK23DA in an Archos Multimedia Jukebox. Without adding quirks! Tested by Jim Rees. ok marco@.
2005-02-27Many improvements to the RCS support:Jean-Francois Brousseau
- make it possible to specify creation and the file mode in rcs_open() - implicitly write the contents to disk on rcs_close() if the RCS handle has been changed - fix a bug in the output of the `expand' keyword - add functions to retrieve and modify the expansion mode - rcs_parse() shouldn't be available to the outside - empty string instead of `(null)' if there is no description ok Joris
2005-02-27specify directionBrad Smith
2005-02-26receive onlyBrad Smith
2005-02-26nge(4) doesn't support VLAN tagging/insertion just yet.Brad Smith
2005-02-26spelling fixesDavid Krause
2005-02-26fix {send,recv}data so they don't add -1 to pos in theMoritz Jodeit
EINTR/EAGAIN case as found by otto@. also make them more quiet as requested by deraadt@. ok millert@ otto@ henning@