Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |||
2005-09-29 | zap unused vars | Joris Vink | |
2005-09-29 | - prototypes for the RCS commands go in rcsprog.h | Joris Vink | |
- use rcs_statfile() to obtain the correct path to the RCS file | |||
2005-09-29 | use tabs instead of spaces in tags file | Uwe Stuehler | |
2005-09-29 | -bullet lists require a different format to -tag... | Jason McIntyre | |
2005-09-29 | fix the check for the type of enclosure | David Gwynne | |
2005-09-29 | char end[] vs long end, bad; pr 4288 | Theo de Raadt | |
2005-09-29 | sync | Theo de Raadt | |
2005-09-29 | Clear SDEV_MEDIA_LOADED for cd media on the last close of a device, as | Kenneth R Westerback | |
sd does. Prevents spurious label information from being seen on devices that return NOT READY/UNABLE TO RECOVER TABLE-OF-CONTENTS error (or other sense errors) for blank media. Burning cd's still works. ok marco@ dlg@ fgsch@ deraadt@ | |||
2005-09-29 | sync | Theo de Raadt | |
2005-09-29 | 2 more cdce devices | Theo de Raadt | |
2005-09-29 | toast cast of lvalue; pr 4289 | Theo de Raadt | |
2005-09-29 | place iso3166.tab into /usr/share/misc; pr 4260 has the discussion.. | Theo de Raadt | |
2005-09-29 | ok, add uptime after kernel version | Theo de Raadt | |
2005-09-29 | for RCS files look in RCSDIR, if there is no path prefix specified. | Joris Vink | |
if RCSDIR does not exist, look in the parent directory. | |||
2005-09-29 | sync | Theo de Raadt | |
2005-09-28 | enter rtld, to install the man page at least | Theo de Raadt | |
2005-09-28 | sync to ELF version of this man page | Theo de Raadt | |
2005-09-28 | correct last commit, in both files. | Dale Rahn | |
2005-09-28 | sync | Theo de Raadt | |
2005-09-28 | No part of the code defines UNALIGNED_ACCESS, use reverted tests for | Miod Vallat | |
__STRICT_ALIGNMENT instead. Help pedro@ deraadt@, ok deraadt@ | |||
2005-09-28 | fix a use after free and let exit clean up instead. ok drahn@ | Kurt Miller | |
2005-09-28 | - use proper function name in log message | Mathieu Sauve-Frankel | |
ok norby@ | |||
2005-09-28 | keep a state flag if a library has been unloaded, and then free the list | Dale Rahn | |
seperately ok kurt@ | |||
2005-09-28 | add the DEC DEFTA TURBOchannel FDDI controller, fta(4) | Martin Reindl | |
ok miod@ jmc@ | |||
2005-09-28 | remove _dl_exiting dead code | Kurt Miller | |
2005-09-28 | use eval consistently, fixes description quotes on rtsol and dhcp | Todd T. Fries | |
fix inspired by and closes pr 4495 ok krw@ | |||
2005-09-28 | use more strtonum(); from mkb@crypt.org.ru | Theo de Raadt | |
2005-09-28 | If there is some compilation error/warning in ld.so do not allow it to | Dale Rahn | |
build, ld.so is too fragile and destructive otherwise. | |||
2005-09-28 | add dlclose subdir | Kurt Miller | |
2005-09-28 | two new regresses for dlclose. double dlopen("foo") with single | Kurt Miller | |
dlclose(foo). mozilla lazy binding example (load_object confusion) | |||
2005-09-28 | keep track of opencounts for dlopened objects, so that they | Dale Rahn | |
get unloaded the right number of times on exit. | |||
2005-09-28 | use the calling object's handle for dlsym(RTLD_DEFAULT,...). makes symbols | Kurt Miller | |
in the calling object's load group visable. |