Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-06-06 | No need to call hci_enable() when we can do "btconfig <dev> up"; ok gwk | Uwe Stuehler | |
2007-06-06 | fix the cylinder rounding calculation for "totally using the space" type | Theo de Raadt | |
calculations; ok otto millert | |||
2007-06-06 | Remove IPS_D_INTR debug level, IPS_D_XFER is good enough. | Alexander Yurchenko | |
2007-06-06 | sync | Theo de Raadt | |
2007-06-06 | no longer make include/netipx dir | Theo de Raadt | |
2007-06-06 | comment an unused function (wpi_setup_beacon). | Damien Bergamini | |
i do not plan to add support for independant bss or hostap modes. | |||
2007-06-06 | - #undef the correct macro | Damien Bergamini | |
- improve a comment | |||
2007-06-06 | Ansify. No binary change. | Michael Knudsen | |
Looked over by jasper. | |||
2007-06-06 | The license permits us to redistribute this code under the BSD or the GPLv2. | Damien Bergamini | |
Choose the BSD license so that future enhancements will be BSD-only. ok jsg@ reyk@ deraadt@ | |||
2007-06-06 | Mechanical removal of USBBASEDEVICE. No binary change. | Michael Knudsen | |
Tested by thib and myself. ok mbalmer jsg | |||
2007-06-06 | Remove the .netrc parser when compiling a SMALL binary. | Pierre-Yves Ritschard | |
there is no .netrc file on the install media and keeping the parser shaves a good deal of bytes in the binary. ok millert@, "go on" deraadt@, "makes sense" steven@ | |||
2007-06-06 | - Recognize the 8110SCe 8169 revision in re(4) | Peter Valchev | |
- Rename the existing 8110SC revision to 8110SCd to be consistent info from the linux driver via Brad | |||
2007-06-06 | Do not dereference a garbage pointer in hci_acl_send() | Uwe Stuehler | |
testing ckuethe | |||
2007-06-06 | fix firmware number in description (the package name was ok.) | Damien Bergamini | |
2007-06-06 | make sensors framework usage consistent with other drivers; ok damien@ | Constantine A. Murenin | |
2007-06-06 | sync | Damien Bergamini | |
2007-06-06 | Remove incorrect entry for Intel PRO/Wireless 3945ABG. | Damien Bergamini | |
Fix entry for 4965AGN (upcoming iwn(4) driver.) The name is "Intel Wireless Wi-Fi Link 4965AGN" and not "Intel PRO/Wireless 4965AGN". | |||
2007-06-06 | now that all partition size/offsets are potentially 64-bit, change the | Theo de Raadt | |
type of all variables to daddr64_t. this includes the APIs for XXsize() and XXdump(), all range checks inside bio drivers, internal variables for disklabel handling, and even uvm's swap offsets. re-read numerous times by otto, miod, krw, thib to look for errors | |||
2007-06-06 | oops | Theo de Raadt | |
2007-06-06 | setdisklabel() openmask is now a u_int | Theo de Raadt | |
2007-06-06 | a fair sprinking of knf, code movement, and sometimes character-by-character | Theo de Raadt | |
accuracy so that the variious disksubr.c's can be compared easier. setdisklabel() starts taking an int for openmask. ok krw, and read by quite a few other people | |||
2007-06-06 | even more problems with disk size consistancy checks | Theo de Raadt | |
2007-06-06 | do it only for older sets. | Marc Espie | |
2007-06-06 | finish moving the size computations out of validate_plist. | Marc Espie | |
2007-06-06 | separate the size computation from other operations in `prepare_for_addition' | Marc Espie | |
`prepare_for_deletion' -> move that to Vstat, as it is common code. Do the splitting of libraries through a deep copy and shallow copy, so that we keep any State information related to libraries (like special group/owners). | |||
2007-06-06 | don;t try to handle obsolete protocols, print functions so cosmetics only | Henning Brauer | |
ok otto ray | |||
2007-06-06 | remove an unused typedef. | Thordur I. Bjornsson | |
ok pedro@ | |||
2007-06-06 | fix oups, mlist@scapa.dnsalias.net | Henning Brauer | |
2007-06-06 | tweak split_libs slightly for further changes: make it return the old | Marc Espie | |
packing-list, and the new, instead of doing `in-place' edition of the plist contents. | |||
2007-06-06 | recognize and handle https. | Marc Espie | |
2007-06-06 | vlan interfaces do not allow the parent interface and the vlan number to be | Henning Brauer | |
reconfigured after they are set. so they bail out when you try to. so when you re-run netstart on a machine with vlans, it bails out with ifconfig: SIOCSETVLAN: Device busy and IP changes are not done. make vlan_config() notice when both parent interface and vlan number stay the same and just return success without doing anything in that case. allows the IP config thereafter to happen. ok markus jason | |||
2007-06-06 | tweak how copies happen: rename make_copy into make_shallow_copy, | Marc Espie | |
make_deep_copy. tweak keep_old_files so that we set the pkgname later, when it won't cause any error to have duplicates in there. | |||
2007-06-06 | augment reporting of bad problems so that it works with system libs. | Marc Espie | |
reverse bogus minor check as well | |||
2007-06-06 | bye bye | Henning Brauer | |
most of the IPX removal work done @ calgary airport | |||
2007-06-06 | remove remaining IPX hooks. all inside #ifdef IPX, so no actual change | Henning Brauer | |
2007-06-06 | put IPX in the unsupported boat | Henning Brauer | |
2007-06-06 | remove ifdef'd out ipx-in-ip registration | Henning Brauer | |
2007-06-06 | Don't promote MNT_WAIT to MNT_NOWAIT when syncing the device vnode of a | Pedro Martelletto | |
mounted softdep file system, okay mickey@ beck@ art@ | |||
2007-06-06 | remove never used #ifdef IPX_NOTYET code | Henning Brauer | |
2007-06-06 | do not include ipx headers (were not needed in the first place) | Henning Brauer | |
2007-06-06 | reverse logic of if_exists so that if_exists(interface) is true if | Henning Brauer | |
interface exists and !if_exists(interface) is when it doesn't | |||
2007-06-06 | work around import limitations | Niall O'Higgins | |
2007-06-06 | Shrink dmesg output. Tweaked version of a diff from tedu@ | Jonathan Gray | |
ok by a bunch of people | |||
2007-06-06 | sync | Theo de Raadt | |
2007-06-06 | Don't double xstrdup. | Ray Lai | |
From mickey. ``i made a booboo'' joris, OK niallo and xsa. | |||
2007-06-06 | Unlink files with multiple links when -P flag is specified instead | Ray Lai | |
of just warning and skipping the file. OK millert and jmc. | |||
2007-06-05 | Remove the comment "Static function protoypes". Static is gone in USB. | Marc Balmer | |
no binary change. | |||
2007-06-05 | allow accessing all older values (make a semantic distinction), so that | Marc Espie | |
adjust_dependencies gets access to all. This fixes some bogus replacements. | |||
2007-06-05 | reuse the compute_closure code. | Marc Espie | |
2007-06-05 | remove support for ipx. okay claudio@ | Kurt Miller | |