Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-03-01 | fix the radiotap bpf listener | Reyk Floeter | |
2005-03-01 | only use MAX_KMAPENT 2000 on i386 amd64 sparc64 and revert to 1000 on all | Henning Brauer | |
other archs for now, beck theo ok | |||
2005-02-28 | Store interrupt state in one variable not two, remove inlines which | Dale Rahn | |
signficantly bloat kernel. tested/ok dlg@ | |||
2005-02-28 | +mac mini | Otto Moerbeek | |
2005-02-28 | do not forget to call cvs_connect() when we are using a remote cvs server. | Joris Vink | |
ok jfb@ | |||
2005-02-28 | Fix confusion between KS_paragraph and KS_section; inspired from a PS/2 | Miod Vallat | |
keyboard sv map error spotted by Jan Johansson. | |||
2005-02-28 | Fix confusion between KS_paragraph and KS_section; inspired from a PS/2 | Miod Vallat | |
keyboard sv map error spotted by Jan Johansson. | |||
2005-02-28 | update my email address. | Joris Vink | |
2005-02-28 | add radiotap, monitor and promiscuous mode support. | Damien Bergamini | |
2005-02-28 | do per-node rate adaptation. paves the way for ibss support. | Damien Bergamini | |
2005-02-28 | Use .Ox instead of \*(oS since we don't want the OS version displayed | Todd C. Miller | |
Use "an m" not "a m" | |||
2005-02-28 | Document 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-28 | document the public interface to PkgSpec. | Marc Espie | |
Very simple actually... | |||
2005-02-28 | use the linkshar keyword when gtalking about the link sharing service | Henning Brauer | |
curve, inspired by PR4127 | |||
2005-02-28 | oops, since we override MANALL, we need to complete it. | Marc Espie | |
2005-02-28 | Provide inittodr and resettodr for xscale, remove them from sa11x0, and | Uwe Stuehler | |
restore the time on resume. | |||
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 | |