Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-01-04 | chop out some duplication in the .{r,s}hosts/{h,sh}osts.equiv FILES | Jason McIntyre | |
entries; ok markus | |||
2006-01-04 | detect lm96000 | Theo de Raadt | |
2006-01-04 | Make sure we unmap io space if we fail to attach. | Mark Kettenis | |
"makes sense" deraadt@ | |||
2006-01-04 | split out I2C_DEBUG into I2C_VERBOSE. VERBOSE is on. Turn on DEBUG to | Theo de Raadt | |
show more information to i2c developers. thanks. | |||
2006-01-04 | Move bpf_mtap_hdr() after trunk_*_input() so that we hopefully see only one | Brad Smith | |
copy of the packet with bpf. From mcbride@ some testing by todd@, ok reyk@ | |||
2006-01-04 | sync | Theo de Raadt | |
2006-01-04 | add an EXAMPLES section adapted from freebsd's page, | Jason McIntyre | |
courtesy of ray lai; | |||
2006-01-04 | Fix a mem leak of the unusual kind. In some cases a new aspath was added | Claudio Jeker | |
to the RIB without checking if there was a equal path already available. Modify path_update() so that we do not link a new aspath without calling path_lookup() before to check if the aspath is not already in the RIB. Found via bgpctl show rib mem. OK henning | |||
2006-01-04 | add an EXAMPLES section adapted from freebsd's page, | Jason McIntyre | |
courtesy of ray lai; | |||
2006-01-04 | add sysctl machdep.console_device support | Martin Reindl | |
2006-01-04 | missing full stop; from ray lai | Jason McIntyre | |
2006-01-04 | make cvs_sendresp() return type void; ok joris@. | Xavier Santolaria | |
2006-01-04 | nviic in SEE ALSO too. | Jason McIntyre | |
2006-01-04 | Simplify shutdown function and sprinkle some rde_quit checks into functions | Claudio Jeker | |
that don't need to run if the RDE is quitting e.g. the decision process. | |||
2006-01-04 | If the decision process is turned of but a prefix is still active decrease the | Claudio Jeker | |
active prefix counter. | |||
2006-01-04 | Use new BGP attribute counter. | Claudio Jeker | |
2006-01-04 | Correctly count the number of allocated BGP attributes. Needs a own counter. | Claudio Jeker | |
2006-01-04 | Document "show rib mem" with jmc@'s help | Claudio Jeker | |
2006-01-04 | sync | Alexander Yurchenko | |
2006-01-04 | Add via kt880 agp; from Mike Belopuhov <mkb@crypt.org.ru> | Alexander Yurchenko | |
2006-01-04 | missing zero | Martin Reindl | |
from KUDO Takashi | |||
2006-01-04 | allow threads to be created in a detached state | Marco S Hyman | |
do not allow a join to a detached thread "it looks good" otto@ | |||
2006-01-04 | Remove redundant calls to bpfdetach. | Can Erkin Acar | |
ok brad@ | |||
2006-01-04 | regen | Brad Smith | |
2006-01-04 | better | Brad Smith | |
2006-01-04 | regen | Brad Smith | |
2006-01-04 | - add 2 SiS PCI to PCI bridges | Brad Smith | |
- add some new SiS PCI host bridges - fix names of the 96x entries, they are actually PCI-ISA bridges | |||
2006-01-04 | + hostapd.conf, ipsec.conf, sudoers | David Krause | |
2006-01-04 | manpage for nviic(4), which is a driver supporting the nvidia nforce2/3/4 | David Gwynne | |
smbus controllers. i think this is the first time ive committed a manpage before miod has reminded me that ive forgotten about the docs. | |||
2006-01-04 | regen | Brad Smith | |
2006-01-04 | rename 8111 ACPI to 8111 Power | Brad Smith | |
2006-01-04 | driver for the nvidia nforce2/3/4 smbus controller. | David Gwynne | |
2006-01-04 | update comment to match what the code does as of rev 1.149. | Brad Smith | |
From Jochen <jochen at penguin-breeder dot org> in PR 4961 ok deraadt@ | |||
2006-01-03 | Add UFS2 softdep bits, okay tedu@ | Pedro Martelletto | |
2006-01-03 | Revert part of the previous committed by mistake. | Alexander Yurchenko | |
2006-01-03 | Show RIB statistics via "bgpctl show rib mem". | Claudio Jeker | |
2006-01-03 | Track some (memory) statistics in the RDE. Accessible via bgpctl. | Claudio Jeker | |
2006-01-03 | Correct interrupt type check. Pointed out by kettenis@, thanks. | Alexander Yurchenko | |
2006-01-03 | Cope with new util.c | Claudio Jeker | |
2006-01-03 | Move functions shared with bgpctl into new file util.c. Simplifies the | Claudio Jeker | |
link between bgpctl and bgpd mostly because of rde_attr.c. | |||
2006-01-03 | Don't use fatal() and friend in bgpctl. The log system does not work here. | Claudio Jeker | |
2006-01-03 | Mention I2C controller. Update BUGS. | Mark Kettenis | |
2006-01-03 | sync | Theo de Raadt | |
2006-01-03 | Try to prevent red stating the machine on a misaligned user space stack by | Mark Kettenis | |
SIGKILLing the process. ok miod@, henric@ | |||
2006-01-03 | Be careful not to change any registers. | Mark Kettenis | |
ok grange@, deraadt@; tested by krw@ | |||
2006-01-03 | most modern implementations of nfsd support TCP, not just 4.4BSD; | Jason McIntyre | |
prompted by a similar commit in freebsd. do not recommend TCP; ok millert | |||
2006-01-03 | include signal.h not sys/signal.h and remove a useless cast; OK deraadt@ | Todd C. Miller | |
2006-01-03 | Make #undef match its temporary #define. | Miod Vallat | |
2006-01-03 | add asms(4) man page; ok jmc@ deraadt@ kettenis@. | Xavier Santolaria | |
2006-01-03 | work in progress on the Apple Sudden Motion Sensor found in recent | Xavier Santolaria | |
PowerBooks and iBooks, driver is commented out for now; with prodding, help and ok from kettenis@, ok deraadt@. |