Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-05-27 | Moving netstat from kvm snooping to retrieving the routing tables via | Claudio Jeker | |
sysctl. Most code is stolen from route -- which was stolen from netstat. kvm snooping code is still in and useable. Put it in deraadt@ henning@ | |||
2006-05-27 | add mpi(4) glue. commented out for now | David Gwynne | |
2006-05-27 | add mpi(4), an alternative (replacement) driver for lsi logic fusion mpt | David Gwynne | |
controllers currently supported by mpt(4). ok marco@ | |||
2006-05-27 | scan for new timedelta sensors every five minutes for now, ok deraadt | Henning Brauer | |
2006-05-27 | Kill unused Aflag support that sneeked in via netstat code. | Claudio Jeker | |
2006-05-27 | When the device is attached, immediately create the timedelta sensor with the | Marc Balmer | |
SENSOR_FINVALID flag set and without a description. We do not need a dummy description as a sensor with the FINVALID flags set will not show up or be used anyways. It's merely an indication to applications that there is a sensor that will eventually have a correct value. The SENSOR_FINVALID flag is removed and the description is set to the proper clockname as soon as we have received the first valid time information. This enables ntpd to check for hotplug events and rescan the list of timedelta sensors after a hotplug event. discussed with deraadt. | |||
2006-05-27 | Do not print an error in case of ENOPROTOOPT. Install medias do not have | Claudio Jeker | |
IPSec support and so will print a "route: spd-sysctl-estimate: Protocol not available" on upgrades. Requested and ok deraadt@ | |||
2006-05-27 | lets be nice and abort cvs when we find out there is | Joris Vink | |
no CVSROOT directory where there is suppose to be one. | |||
2006-05-27 | System calls return -1 upon failure, so check for -1 | Pedro Martelletto | |
Pointed out by deraadt@ | |||
2006-05-27 | basic support for CVSROOT/config - only supporting the 'tag' and | Joris Vink | |
'umask' keyword right now. | |||
2006-05-27 | Don't leak memory if getcwd() was passed NULL and __getcwd() fails | Pedro Martelletto | |
Okay miod@ sturm@ deraadt@ | |||
2006-05-27 | dont forget to expand any keywords before diffing stuff, | Joris Vink | |
otherwise we might end up with chunks that are totally wrong. | |||
2006-05-27 | remove useless error check and irritating comment | Nikolay Sturm | |
ok pedro | |||
2006-05-27 | Adresses can be specified in CIDR notation, as symbolic host names, interface | Hans-Joerg Hoexer | |
names or interface group names. So it's time to document this... | |||
2006-05-27 | adopt to recent changes | Hans-Joerg Hoexer | |
2006-05-27 | allow to specify groups to be used IKE | Hans-Joerg Hoexer | |
2006-05-27 | ntpd does timedelta sensors now too | Henning Brauer | |
2006-05-27 | add group15/modp3072 to default configurations. | Hans-Joerg Hoexer | |
2006-05-27 | document timedelat sensors. ok deraadt | Henning Brauer | |
2006-05-27 | config file bits for timedelta sensors, so one can specify which devices | Henning Brauer | |
to use. "sensors *" just uses all. untested due to lack of hardware. hacked on the road somewhere between vancouver and calgary | |||
2006-05-27 | sync | Theo de Raadt | |
2006-05-27 | boogie cvs_yesno() down the removal hatch, it is not used. | Joris Vink | |
2006-05-27 | Make libc's getcwd() use the new __getcwd() system call | Pedro Martelletto | |
Hacked by marius@ at c2k5, okay miod@ krw@ deraadt@ | |||
2006-05-27 | support the -d flag for update. | Joris Vink | |
if you specify -d when running update new directories will be build, otherwise they will be skipped. | |||
2006-05-27 | update needs the CR_REPO flag to, otherwise it will forget | Joris Vink | |
about any new files or directories inside the repository | |||
2006-05-27 | Cleanup with lint. Make the poll fd indexes unsigned and because of that | Claudio Jeker | |
control_accept should also return a unsigned int. Remove old prototype. | |||
2006-05-27 | Unfuck community delete. The if () statement to match communities was FUBAR | Claudio Jeker | |
instead reverse logic and use the same if statement as in the match function. Issue found and debugged by Leen Besselink. Thanks. | |||
2006-05-27 | Move prinitng of communities into own function so that special communities | Claudio Jeker | |
like "*" or "neighbor-as" is printed correctly. Issue noticed by Leen Besselink. | |||
2006-05-27 | show which directory we are examining in our pre-commit checks. | Joris Vink | |
2006-05-27 | remove debug output | Joris Vink | |
2006-05-27 | allow commands to respect the -l flag, if the -l flag is | Joris Vink | |
specified certain commands will not recurse into directories. at the same time introduce a method of specifying wether or not a command should look in the repository for files. | |||
2006-05-27 | Make NCOM_{CARDBUS,GSC,ISAPNP} defined again in com.h, as there is code | Miod Vallat | |
relying upon them. | |||
2006-05-27 | dont allow commit to continue if the file that is being | Joris Vink | |
commited needs to be updated or merged first. | |||
2006-05-27 | remove IFCAP_JUMBO_MTU interface capabilities flag and set if_hardmtu in a few | Brad Smith | |
more drivers. ok reyk@ | |||
2006-05-27 | Rename RCSFILE.fd to RCSFILE.rf_fd, plus minor spacing nits. No | Ray Lai | |
binary change. OK xsa@ | |||
2006-05-27 | commiting removed files now works | Joris Vink | |
2006-05-27 | use RCS_STATE_DEAD instead of plain old 'dead' when checking | Joris Vink | |
the RCS file its state. | |||
2006-05-27 | correctly expand keywords when checking out files | Joris Vink | |
2006-05-27 | Remove rcs_statfile(). It was just a wrapper for rcs_choosefile(), | Ray Lai | |
handling exceptions oddly. OK joris@ | |||
2006-05-27 | pruning (-P) support for both the update and checkout commands; | Joris Vink | |
2006-05-27 | remove bogus non-style advice that just causes "discussions" | Theo de Raadt | |
2006-05-27 | Teach powernow about setperf prioritys, add a setperf_prio to amd64. | Gordon Willem Klok | |
ok uwe@, "good" tedu@ | |||
2006-05-27 | casting mallloc | Gordon Willem Klok | |
ok uwe@, dlg2 | |||
2006-05-27 | When an interface is ignored because it has no IP address, say so. | Kenneth R Westerback | |
Don't just say 'not found". And always complain, not just when specific interfaces were requested. requested by and ok uwe@ | |||
2006-05-27 | commit the new opencvs code, i have been hacking on | Joris Vink | |
this for the past 2 weeks now and it should go in at the start of the hackathon so others can help out. this code is a lot safer, smarter, faster and best of all it is actually doing what it is suppose to do! basic checkout, update, status, diff and commit are working in local mode only. there is no support for any remote setups now. | |||
2006-05-27 | regen | Reyk Floeter | |
2006-05-27 | add Option UMTS 3G+ | Reyk Floeter | |
2006-05-27 | rcs_choosefile() no longer returns char *, it returns a file | Ray Lai | |
descriptor; fix comment. Improve spacing. OK joris@ | |||
2006-05-27 | sync | Theo de Raadt | |
2006-05-27 | Eradicate the type 'bus_dmasync_op_t'. Unused. Sporadically | Kenneth R Westerback | |
implemented. Use int. ok mickey@ miod@ |