Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-02-28 | add DLT_IEEE802_11_RADIO (802.11 + radiotap header) | Reyk Floeter | |
ok jsg@ deraadt@ | |||
2005-02-28 | basic API documentation, not yet finished. | Marc Espie | |
2005-02-28 | Fix minor KNF nit that hurts every time I analyse this code. | Christopher Pascoe | |
ok dlg@ | |||
2005-02-28 | correct mistake in license clause numbering; | Jason McIntyre | |
same correction applied to netbsd -r1.15; ok millert@ deraadt@ | |||
2005-02-28 | another fix from netbsd pointed out by jsg@ | David Gwynne | |
Clear IFF_RUNNING flag before aborting usb pipes in atu_stop(). | |||
2005-02-28 | Don't bother trying to load an empty firmware file. | Patrick Latifi | |
ok deraadt | |||
2005-02-28 | bz#849: document timeout on untrusted x11 forwarding sessions. Reported by | Damien Miller | |
orion AT cora.nwra.com; ok markus@ | |||
2005-02-28 | Do not incorrectly emit "too many" message in debugging code. | Christopher Pascoe | |
ok dlg@ | |||
2005-02-28 | Remove unused variable if_flags in struct carp_softc, ok mickey@ | Ryan Thomas McBride | |
2005-02-27 | avoid nameservice lookups in regress test; ok dtucker@ | Damien Miller | |
2005-02-27 | remove dead code of unsupported ioctls from FreeBSD. we do it in a | Reyk Floeter | |
different way. ok deraadt@, martin@ | |||
2005-02-27 | Move wsdisplay-only prototypes declarations in the #if NWSDISPLAY > 0 block | Miod Vallat | |
so that kernels with no frame buffer drivers can compile; spotted by marc@ | |||
2005-02-27 | Document how to set CONSCODE to point to an SGC device if one wants to force | Miod Vallat | |
the console. | |||
2005-02-27 | SGC frame buffers can now be used as consoles. | Miod Vallat | |
2005-02-27 | use PW_SIZE and PW_COPY macros for simplified reading. | Patrick Latifi | |
ok otto millert | |||
2005-02-27 | document mac68k backplane bus | Martin Reindl | |
ok jmc@ nick@ | |||
2005-02-27 | Split sti softc in two structures, one device-related for regular device | Miod 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-27 | Invoke hp300_cninit() twice, with a global variable letting the | Miod 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-27 | Decide whether to force serial console on the 425e based upon the service | Miod 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-27 | Use the DMA defines from dev/ic/lsi64854reg.h whenever possible; no functional | Miod Vallat | |
change. ok deraadt@ | |||
2005-02-27 | Fix 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-27 | support 'tagged' in translation rules, non-delayed tag lookup | Daniel Hartmeier | |
ok henning@, deraadt@ | |||
2005-02-27 | be -> by, ok jmc@ | Pedro Martelletto | |
2005-02-27 | cleanup correctly in some error paths. | Patrick Latifi | |
ok hshoexer | |||
2005-02-27 | 1. tcp_xmit_timer(): remove extra rtt decrement (t_rtttime is 0-based | Markus 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-27 | where possible, use bzero instead of memset | Hans-Joerg Hoexer | |
ok cloder henning | |||
2005-02-27 | Don't truncate logfile here either | Darren Tucker | |
2005-02-27 | Add optional capability to log output from regress commands; ok markus@ | Darren Tucker | |
Use with: make TEST_SSH_LOGFILE=/tmp/regress.log | |||
2005-02-27 | IBSS bits from NetBSD rtw.c -r 1.40 | Jonathan Gray | |
2005-02-27 | spelling fixes | David Krause | |
2005-02-27 | spelling fix | David Krause | |
2005-02-27 | capitalize OpenBSD | David Krause | |
2005-02-27 | the the | David Krause | |
2005-02-27 | SPF 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-27 | regen | Brad Smith | |
2005-02-27 | MF -> MT | Brad Smith | |
2005-02-27 | If test_unit_ready() in sdattach() returns EIO, try to spin up unit | Kenneth 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-27 | Many 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-27 | specify direction | Brad Smith | |
2005-02-26 | receive only | Brad Smith | |
2005-02-26 | nge(4) doesn't support VLAN tagging/insertion just yet. | Brad Smith | |
2005-02-26 | spelling fixes | David Krause | |
2005-02-26 | fix {send,recv}data so they don't add -1 to pos in the | Moritz Jodeit | |
EINTR/EAGAIN case as found by otto@. also make them more quiet as requested by deraadt@. ok millert@ otto@ henning@ | |||
2005-02-26 | Fix a problem introduced with the recent lru cache change. | Jonathan Gray | |
Check that we actually have a node before trying to release it. This was causing a panic when playing with IBSS. ok reyk@ | |||
2005-02-26 | ypu sure get the impression the number of memory leaks in error pathes | Henning Brauer | |
is infinite... Andrey Matveev <andrushock@korovino.net> spotted a few again! | |||
2005-02-26 | cosmetic clean-up | Marc Espie | |
2005-02-26 | simpler macros; | Jason McIntyre | |
2005-02-26 | document wep; | Jason McIntyre | |
tweaks/ok dlg@ | |||
2005-02-26 | - underlying file system of /tmp is not relevant here, so do not | Jason McIntyre | |
talk about it; from krw and beck - /tmp is never preserved, so say it; from pval |