Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-05-31 | explain what ``HBA'' means, ok jmc@ tedu@ | Alexander von Gernler | |
2007-05-31 | Document demotion counters. With help from jmc@ | Claudio Jeker | |
2007-05-31 | typo, ok tedu@ | Alexander von Gernler | |
2007-05-31 | Use COMMUNITY_UNSET in bgpctl as well. This makes it possible to filter | Claudio Jeker | |
on communities with 0 in them. | |||
2007-05-31 | pf_state is no longer the same; modify pf_print_state.c to accept | Ryan Thomas McBride | |
pfsync_state (as in pfctl, but in network byte order). ok henning@ toby@ pyr@ | |||
2007-05-31 | Cope with new ioctl interface (use pfsync_state instead of pf_state) | Ryan Thomas McBride | |
ok henning@ toby@ pyr@ | |||
2007-05-31 | First step of rearranging pf's state table internals... | Ryan Thomas McBride | |
- Split pf_state into pf_state (used for tracking connection information), and pf_state_key (used for searching the state table) - Use pfsync_state in the ioctl for userland access to the state table. This will sheild userland somewhat from future changes. ok henning@ toby@ pyr@ | |||
2007-05-31 | Even so some IX in germany likes to abuse 0 as AS community number we should | Claudio Jeker | |
not allow anybody to use 65535. That one is reserved for well known communities. Add in that check again. | |||
2007-05-31 | Config file and machine-independent Bluetooth code | Uwe Stuehler | |
ok gwk | |||
2007-05-31 | don't try to move a non-existing file to wsconsctl.conf | Robert Nagy | |
2007-05-31 | some silly debug code snuck in. | Pierre-Yves Ritschard | |
2007-05-31 | allocate table lists and service lists instead of using static structs. | Pierre-Yves Ritschard | |
split the code to start the event loop in two functions. introduce merge_config which will be used later on. | |||
2007-05-31 | oops, typo | Otto Moerbeek | |
2007-05-31 | automaticaly -> automatically | Jason McIntyre | |
2007-05-31 | zap trailing whitespace; | Jason McIntyre | |
2007-05-31 | This is not the buffer you are looking for, | Thordur I. Bjornsson | |
vintage 6 year old NFS bug. ok beck@, looked at three times by art@ | |||
2007-05-31 | Be consistant and use b_cylinder when saving the cylinder number for | Kenneth R Westerback | |
disksort, not b_resid. b_cylinder is defined to be 'b_resid' so no functional change. ok deraadt@ | |||
2007-05-31 | add Gunze USB Touch Panel to the list of supported devices | Robert Nagy | |
2007-05-31 | add Gunze USB Touch Panel support | Robert Nagy | |
2007-05-31 | - typo | Alexander von Gernler | |
- apply correct tags where necessary - AUTHOR is a separate section ok jmc@ marco@ | |||
2007-05-31 | regen | Robert Nagy | |
2007-05-31 | add Gunze USB Touch Panel | Robert Nagy | |
2007-05-31 | macros to get the large sizes and offsets from a v1 label. ok deraadt@ | Otto Moerbeek | |
2007-05-31 | asyncronous -> asynchronous; | Jason McIntyre | |
from Chad Dougherty, documentation/5493 | |||
2007-05-31 | only call em_init() when IFF_UP is set, not unconditional. | Henning Brauer | |
prevents another round of autonegotiation (and thus, few seconds outage) with every address change that had to be reintroduced a few revs ago because of the watchdog timeout problems people were seeing. this gives the benifit from both with the problems of neither ;) tested by daniel polak on a system that saw the watchdog timeouts before ok theo | |||
2007-05-31 | 1000 != 0x1000 (4096) | Chris Kuethe | |
Bring the flow control delay time down to what the comment says it should be. By using a smaller flow control pause time when the buffer isn't full, my em(4) goes about 20Mbps faster. | |||
2007-05-31 | Fix dmesg output. -moj | Mats O Jansson | |
2007-05-31 | extend the sun disklabel format to contain filesystem types. also, | Theo de Raadt | |
store the information fsck needs. this allows us to create raid partitions, nicely, of course. ok miod todd krw | |||
2007-05-30 | Add support for iBook G4. -moj | Mats O Jansson | |
2007-05-30 | Q: How did _dmamap_sync() work before? | Miod Vallat | |
A: It didn't. | |||
2007-05-30 | Make sure that if there are staggered syncs that they complete successfully | Marco Peereboom | |
before detaching the scsi bus. ok dlg | |||
2007-05-30 | Missed one minaddr initialization before invoking uvm_km_suballoc(). | Miod Vallat | |
2007-05-30 | More cpuinfo vs _KERNEL fallback. | Miod Vallat | |
2007-05-30 | Remove ugly print and don't panic when doing a partial bringup. | Marco Peereboom | |
2007-05-30 | simplify script handling a bit (they're going to disappear probably anyways). | Marc Espie | |
Remove two passes visitors, we don't use them. | |||
2007-05-30 | Sync after the metadata is saved. | Marco Peereboom | |
2007-05-30 | fix verbosity. | Marc Espie | |
2007-05-30 | fold even more stuff under the same control loop. | Marc Espie | |
2007-05-30 | simplify really_add to use real visitors for extraction and installation. | Marc Espie | |
Just do one single try {} catchall {} per-method, as this is enough. New methods: extract_and_progress, install_and_progress, that catch interrupts (die) deal with fake, and handle the progress meter. One single method: mark_progress, can be used for extraction, installation and deletion. | |||
2007-05-30 | add basic support for a crypto(9) backed raid C discipline | Ted Unangst | |
ok marco | |||
2007-05-30 | document \&$Mdocdate$; prodded by xsa | Jason McIntyre | |
2007-05-30 | avoid setting partial directly when we can, use inheritance instead. | Marc Espie | |
2007-05-30 | simplify the way partial installations get recorded: store elements | Marc Espie | |
already installed in a hash, and do a shallow copy of the list when necessary, using make_copy. This removes a lot of action-at-a-distance in packing-list elements. | |||
2007-05-30 | use set_pkgname | Marc Espie | |
2007-05-30 | don't bother not copying the pkgname, we're going to overwrite it anyways. | Marc Espie | |
2007-05-30 | new functionality: copy elements of packing-lists to a new plist if they | Marc Espie | |
are registered in a hash. This will be used to create borked packages in a much simpler way. Also, set_pkgname, so that I don't have to remember whether this packing-list already has a name. Useful when copying stuff over. | |||
2007-05-30 | allow for removing colliding files... very dangerous. | Marc Espie | |
2007-05-30 | fix this for ubt.c | Gordon Willem Klok | |
2007-05-30 | Drop if_ubt.c originally from freebsd and replace with ubt.c from | Gordon Willem Klok | |
netbsd that will work with the new netbt code. ok uwe | |||
2007-05-30 | slightly better control over partial installations (still preparing for | Marc Espie | |
bigger sets) |