Age | Commit message (Collapse) | Author |
|
by hostapd and tcpdump. Now tcpdump and hostapd should build again.
|
|
userland is using these defines -- unbreaks build. Found by jasper@
discussed with reyk@.
|
|
ttyname_r returns an error number, rather than setting errno.
ok millert
|
|
Previously, files in the 'Attic/' were linked into our filelist as being
'Attic/filename,v' this caused unneeded stress on certain functions
like cvs_file_classify() who had to do pointer voodoo to split out
the 'Attic/' part and do other very weird stuff to normalize the pathname
of these files.
Instead, we handle these files early in the start when we
build the fileslist in cvs_repository_getdir(). When encountering
the 'Attic/' directory, we recurse in it if required but instead of
using the 'Attic/' directory component as our base directory we stick
with the directory name where 'Attic/' resides in, resulting in the
correct filename while maintaining the correct RCSpath for the file.
This made the following things a lot easier:
(and in most cases actually fixed the below points)
- status with files in Attic/.
- checking out HEAD repositories with files in Attic/.
- checking out repositories with -rTAG.
- updating with -rTAG.
and as an added bonus the following now also works:
- correctly creating CVS/Tag in both local and remote mode thus
allowing update/status/and more to work correctly with the tagged tree.
(thanks to the correct handling of -rTAG cases).
- resetting tags with opencvs -A properly works too now.
This is a major step forward into the usability
of OpenCVS when it comes to maintaining multiple tagged trees, the next
logical step would be to fix commiting to branches.
enjoy you -stable cowards.
tested by myself, xsa, niallo and ckuethe
thanks guys!
|
|
OK joris@.
|
|
Document that getopt_long(3) can and will accept unique abbreviated long
option names. This feature has been present since getopt_long(3) was first
released in NetBSD 1.5. This is also standard GNU getopt_long(3) behavior.
ok millert
|
|
|
|
ok hshoexer, mpf
|
|
|
|
that some vendors will ship their chip with two functions enabled, so now
the code will only configure the functionality that is enabled on the
current function. two function setups will now work as the oem intended.
requested by kettenis@
|
|
OK joris@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ok reyk@, looks ok damien@
|
|
|
|
|
|
|
|
key handshakes).
|
|
to parse both WPA1 and RSN (WPA2) IEs.
rename ieee80211_parse_edca_params_common() into
ieee80211_parse_edca_params_body() while i'm here.
|
|
|
|
keep IEEE80211_FC1_WEP for compatibility with pre-RSNA networks.
|
|
been in snaps for a week, no objection
from deraadt@ for putting this in.
ok tom@ (for gdt)
|
|
|
|
fix a CAPINFO name
|
|
for consistency.
|
|
|
|
pointed out by jsg@ jmc@
|
|
|
|
|
|
the JMB368 while here.
|
|
safely, so i tried it and it worked great. i can reuse the pci_attach_args
to attach ahci and now pciide to jmb without really modifying either of
them. lots of code shrinks.
ok jsg@
|
|
|
|
|
|
|
|
|
|
function 1 anymore.
|
|
solve this problem a different way now.
|
|
|
|
|
|
Suggested by and ok dlg@
|
|
|
|
|
|
to work (and work better in the future)
|
|
on the same pci function. they can be configured to put the different
support on different pci functions after booting, but that is unreliable
since the kernel doesnt know enough to be able to configure the interrupts
properly on this new pci function.
this adds a "nexus" driver called jmb that will allow two drivers to attach
to the one pci device. this code already fixes things so ahci can attach to
the sata stuff. this is more reliable than switch functions on since the
interrupts on function 0 are configured by the firmware/bios/whatever.
|
|
code will be able to see it.
|
|
other than pci(4).
|