Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-09-30 | update the BNF | Reyk Floeter | |
2005-09-30 | implement a way to match IEEE 802.11 flooding. this will help to detect | Reyk Floeter | |
known DoS attacks, like de-auth flooding against wireless networks. an example is provided in the manual page. "or could you just got for it?", deraadt@ | |||
2005-09-30 | no need for cvs_log_init() here; | Joris Vink | |
2005-09-30 | add missing function prototypes for ci.c | Niall O'Higgins | |
2005-09-30 | add a basic ci.c as a starting point. requires more changes to rcs api | Niall O'Higgins | |
to work properly. ok joris@ | |||
2005-09-30 | avoid using `cvs add *' idiom wrt special files; joris ok | Xavier Santolaria | |
2005-09-30 | add prog3 | Kurt Miller | |
2005-09-30 | regress that checks that a dlopen'ed object group is not unloaded if | Kurt Miller | |
one of its depenencies is referred to via another dlopen. | |||
2005-09-30 | spacing & KNF | Joris Vink | |
2005-09-30 | KNF | Joris Vink | |
2005-09-30 | ensure RCSDIR is in fact a directory before deciding to use it. | Niall O'Higgins | |
"go for it" joris@ | |||
2005-09-30 | add a function with the same name in aa and bb, also bbTest2() in prep | Kurt Miller | |
for new regress. | |||
2005-09-30 | fix;5C the 'number' type, use a maximal value of LONG_MAX instead of 16. | Reyk Floeter | |
2005-09-30 | add test2 | Kurt Miller | |
2005-09-30 | regress for a shared object with depenencies that have a shared common | Kurt Miller | |
dependency (similar to gaim). checks for use after free in dlclose. | |||
2005-09-30 | rework the rcs_write() function. | Niall O'Higgins | |
now it writes to a temporary file, then rename()s this into place or copies it if rename() is not possible. allows us to work with read-only ,v files. "put your diff in" joris@ | |||
2005-09-30 | unless AMI_DEBUG is defined, dont compile in if statements that only there | David Gwynne | |
to see if we should DPRINTF. this has been bugging me for a while. | |||
2005-09-30 | sync the dma mapping for the data buffer in the right direction when | David Gwynne | |
sending commands | |||
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 | |