Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-09-30 | spacing | David Gwynne | |
2005-09-30 | remove the dmamap used for iocmds since they were only copied into the | David Gwynne | |
mbox, no dma was ever performed on them. store them in the ccb instead. | |||
2005-09-30 | Ensure we do not compress files we need for decompressing by also | Otto Moerbeek | |
checking hard links. From Andrew Dalgleish. ok deraadt@ | |||
2005-09-30 | revert MAX_KMAPENT hack added just before 3.7 now that | Brad Smith | |
a proper fix has been implemented in uvm_mapent_alloc(). ok pedro@ | |||
2005-09-30 | remove old unused NRL IPv6 code. | Brad Smith | |
ok deraadt@ | |||
2005-09-30 | Make ddb's 'show uvmexp' print information about kmapent, okay deraadt@ | Pedro Martelletto | |
2005-09-30 | pretty print | Theo de Raadt | |
2005-09-30 | pretty print | Theo de Raadt | |
2005-09-30 | sync | Theo de Raadt | |
2005-09-30 | nicer names | Theo de Raadt | |
2005-09-30 | Allow fcn 1 to attach (mac-io on G5 tower) | Dale Rahn | |
2005-09-30 | sync | Dale Rahn | |
2005-09-30 | oops, rev. | Dale Rahn | |
2005-09-29 | G5 bridge. | Dale Rahn | |
2005-09-29 | Add event rule examples | Reyk Floeter | |
2005-09-29 | sync | Dale Rahn | |
2005-09-29 | order alphabetically | Reyk Floeter | |
2005-09-29 | Devices on G5 tower | Dale Rahn | |
2005-09-29 | some examples with descriptions for hostapd.conf | Reyk Floeter | |
"inspired" by deraadt@ | |||
2005-09-29 | initial hostapd.conf file, please read it reyk | Theo de Raadt | |
2005-09-29 | Avoid i/o's when spoofonly = 1 in readdisklabel(). Same as other DOS | Kenneth R Westerback | |
partition archs with an extra bit to avoid i/o for hfs. ok deraadt@ | |||
2005-09-29 | Sync dirty data when going from read-write to read-only. | Pedro Martelletto | |
Verified against FreeBSD, closes PR 4526, okay deraadt@. | |||
2005-09-29 | Clean up ht_intr_map() a bit. | Mark Kettenis | |
2005-09-29 | hrmz..better. | Xavier Santolaria | |
2005-09-29 | minor knf | Xavier Santolaria | |
2005-09-29 | Execute operations in the correct order. From jason@ | Marco Peereboom | |
2005-09-29 | support -q flag in 'co' and 'rcs' | Joris Vink | |
2005-09-29 | Add HyperTransport here too. | Mark Kettenis | |
2005-09-29 | free the access list when rcs file is closed. ok joris@ | Moritz Jodeit | |
2005-09-29 | Add driver for HyperTransport as found in G5 Macs. | Mark Kettenis | |
ok drahn@ | |||
2005-09-29 | set RCS_SYNCED to off in some more functions which | Moritz Jodeit | |
change rcs file content. ok joris@ | |||
2005-09-29 | return -1 instead of NULL in rcs_sym_{add,remove}. ok joris@ | Moritz Jodeit | |
2005-09-29 | don't forget to put the revision into the rcs_lock | Moritz Jodeit | |
struct in rcs_lock_add(). ok niallo@ joris@ | |||
2005-09-29 | bounded string handlings; ok otto | Theo de Raadt | |
2005-09-29 | Improve PowerPC 7447A support. | Mark Kettenis | |
ok drahn@ | |||
2005-09-29 | Add support for Shasta GMAC. | Mark Kettenis | |
ok drahn@ | |||
2005-09-29 | Configure ht if found. | Mark Kettenis | |
"there is some stuff here that needs no ok's!" deraadt@ | |||
2005-09-29 | Add Shasta HyperTransport. | Mark Kettenis | |
ok deraadt@ | |||
2005-09-29 | Xr viasio(4) | Alexander Yurchenko | |
2005-09-29 | Add support for the VIA VT1211 watchdog timer, not tested. | Alexander Yurchenko | |
If you have a board that really uses this watchdog please give it a try. | |||
2005-09-29 | Rework of multicast deletion code. | Marco Pfatschbacher | |
The previous code could wrongly delete multicast groups on the parent interface. Now we forward only remembered delete requests to the carpdev. OK mcbride, mickey. "Get it in" deraadt. | |||
2005-09-29 | Change DLT earlier. Fixes the loss of promisc mode when a non-default | Can Erkin Acar | |
DLT is specified. looks sane deraadt@ | |||
2005-09-29 | the on/off argument to .Sm is not a flag; ok jmc | Jared Yanovich | |
2005-09-29 | .An only splits lines in AUTHORS; ok jmc | Jared Yanovich | |
2005-09-29 | implement RCS_HEAD_REV in rcs_rev_add() | Niall O'Higgins | |
ok joris@ | |||
2005-09-29 | allow RCS_HEAD_REV to be passed to rcs_getrev() to obtain the head revision; | Joris Vink | |
2005-09-29 | fix usage | Joris Vink | |
2005-09-29 | stuff needed for 'co' | Joris Vink | |
2005-09-29 | put it basic checkout code | Joris Vink | |
2005-09-29 | Show the time a neighbor was DOWN instead of counting down from | Claudio Jeker | |
DEFAULT_NBR_TMOUT. Makes it easy to see since when a peer is dead. OK norby@ some time ago |