Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2004-11-25 | Move towards a more flexible and generic interrupt system, as well as better | 20 | -1314/+1395 | ||
zs behaviour. From NetBSD; integration work by Martin Reindl | |||||
2004-11-25 | Handle CVSD_SET_MODDIR, add session allocation and some minor cleanup | 2 | -36/+42 | ||
2004-11-25 | add regress test support for bufferevents | 1 | -96/+196 | ||
From NetBSD ok markus@ | |||||
2004-11-25 | update FILES; | 2 | -7/+11 | ||
fixes pr #3998; diff from frank denis, though slightly different fix committed; help and ok millert@ | |||||
2004-11-25 | Don't use strlcpy() to copy just part of a string, it make the code too | 2 | -28/+39 | ||
confusing. While in here make the code more readable. Ok pat@ | |||||
2004-11-25 | fix for race between invocation for timer and network input | 4 | -7/+66 | ||
1) add a reaper for TCP and SYN cache states (cf. netbsd pr 20390) 2) additional check for TCP_TIMER_ISARMED(TCPT_REXMT) in tcp_timer_persist() with mickey@; ok deraadt@ | |||||
2004-11-25 | compatibility ioctls for things like "wicontrol ath0 -l" to | 1 | -1/+95 | ||
list known stations on a net80211-based ap. ok millert@ | |||||
2004-11-25 | Ignore 0.0.0.0 in RTM_NEWADDR messages as these messages are generated by | 1 | -2/+4 | ||
dhclient. This fixes the dhclient exiting problem reported by Steve Shockley. This is a fast fix for the problem acctually the dhclient-script needs to be replaced. OK henning@ deraadt@ | |||||
2004-11-25 | Remove obsolete RhostsAuthentication from test config; ok markus@ | 1 | -2/+1 | ||
2004-11-25 | fix "listen on hostname" | 1 | -4/+5 | ||
fallout from the deferred dns lookups noticed by dhartmei@ | |||||
2004-11-25 | Change the behavior of IFS word-splitting: split words | 1 | -3/+18 | ||
when the current character is IFS space and the last character was a word character or it was non-white IFS space and the current character is non-white IFS space. This deviates from the previous behavior because the latter splits words when the last character is any IFS space and the current is non-white IFS, resulting in more fields most of the time. This new behavior follows what the man page describes; i.e., that a field is delimited by one or more IFS whitespace characters followed by zero or one non-white IFS characters. Requires addition of a new substitution expansion state to handle the special case of empty fields at the beginning. testing by naddy ok jmc, millert, otto, deraadt | |||||
2004-11-25 | Enable lpt0 on amd64 GENERIC. ok deraadt@ | 1 | -2/+2 | ||
2004-11-24 | if I would remember at what I looked when learning how to use our wonderful | 1 | -5/+5 | ||
RB_* macros I could fix the RB_HEAD calls there too... useless extra define, nothingthat hurts much. stumbled over while hacking on, eh, something new, claudio ok | |||||
2004-11-24 | Long time not accurate anymore. | 1 | -77/+0 | ||
2004-11-24 | don't leave run state on background scan | 1 | -2/+4 | ||
2004-11-24 | add missing field in struct iwi_associate | 1 | -1/+2 | ||
2004-11-24 | - add short preamble capability | 1 | -35/+24 | ||
- only set channels power in ibss mode - use default sensitivity - copy capinfo from beacon or probe resp | |||||
2004-11-24 | extend scan delay from 20ms to 100ms for each channel + minor consistency tweak | 1 | -3/+3 | ||
2004-11-24 | reset adapter in iwi_stop() | 1 | -1/+3 | ||
2004-11-24 | clear register 0x41, not 0x43 (endianness) | 2 | -4/+4 | ||
2004-11-24 | fix interrupt handler | 1 | -3/+3 | ||
2004-11-24 | remove obsolete `A' from `state' example; | 1 | -2/+2 | ||
ok millert@ | |||||
2004-11-24 | on MP machines, in STAT field, add /# where # is the cpu number so that | 3 | -7/+30 | ||
you can see processes move around; ok pval millert | |||||
2004-11-24 | nothing really uses kernfs anymore, and in general it is unsafe since the | 1 | -2/+2 | ||
way that it interacts with the buffer cache can result in non-atomic data ok most people | |||||
2004-11-24 | say hi to _ftp | 4 | -2/+6 | ||
2004-11-24 | replace old net/if_ieee80211.h header with the net80211 ones, userland part. | 3 | -7/+7 | ||
millert@ mcbride@ jsg@ | |||||
2004-11-24 | typo | 1 | -2/+2 | ||
2004-11-24 | Use sysctl to get the running kernel version instead of grotting | 1 | -44/+22 | ||
through kmem. Fixes false positives on machines where the memory is not cleared between boots. OK deraadt@, tedu@, jaredy@ | |||||
2004-11-24 | typo in previous | 1 | -3/+2 | ||
2004-11-24 | Do not put a ``warning: '' prefix to stabs warning messages, as we already | 1 | -7/+3 | ||
provide it in the message. Same logic as in ld/emultempl/elf32.em, except that some arches use duplicated code in libbfd now. Can you spell bloat? | |||||
2004-11-24 | replace old net/if_ieee80211.h header with the net80211 ones, kernel part. | 1 | -1/+2 | ||
file missed by fgsch, did he miss any others? grep helps | |||||
2004-11-24 | Enable krb5 authentication (from Gabriel Kihlman) and encryption | 1 | -2/+3 | ||
"go for it" deraadt@ | |||||
2004-11-24 | sync | 2 | -2/+12 | ||
2004-11-24 | Radeon 9600 XT | 1 | -1/+3 | ||
2004-11-24 | use ETHER_MAX_LEN | 1 | -2/+2 | ||
2004-11-24 | kernfs caveats, ok deraadt@ | 1 | -1/+5 | ||
2004-11-24 | Multicast routing cleanup from Pavlin Radoslavov | 4 | -458/+464 | ||
- sync ip_mroute.c with NetBSD - import some FreeBSD changes to MFC entry handling - set im->im_vif correctly when sending IGMPMSG_WRONGVIF - increment mrtstat.mrts_upcalls correctly - return error from get_sg_cnt() if there is no matching forwarding entry ok henning@ brad@ naddy@ | |||||
2004-11-24 | fix a bug that leads to a crash when binat rules of the form | 1 | -2/+2 | ||
'binat from ... to ... -> (if)' are used, where the interface is dynamic. reported by kos(at)bastard(dot)net, analyzed by Pyun YongHyeon | |||||
2004-11-24 | disable the layer filesystems by default; ok lots of people | 1 | -4/+4 | ||
2004-11-23 | fix name of lib | 1 | -2/+2 | ||
2004-11-23 | tweaks; | 2 | -8/+9 | ||
ok damien@ | |||||
2004-11-23 | add support for 2915ABG adapters | 2 | -25/+82 | ||
2004-11-23 | Let gpio_detach() do something useful. | 1 | -2/+14 | ||
Tested by reyk@ on gpio@ath. | |||||
2004-11-23 | replace old net/if_ieee80211.h header with the net80211 ones, kernel part. | 10 | -21/+27 | ||
millert@ mcbride@ jsg@ | |||||
2004-11-23 | sync | 2 | -4/+9 | ||
2004-11-23 | support PRO/Wireless 2915ABG; ok deraadt@ | 1 | -2/+3 | ||
2004-11-23 | tweak FILES; | 2 | -4/+6 | ||
2004-11-23 | Create the init process earlier, before the root filesystem is mounted, | 9 | -47/+128 | ||
and have it stall on a semaphore. This allows all kthread creations which could have been requested during autoconf to be processed before root is mounted as well. This causes umass devices attached to any usb with flags 1 (such as on macppc) to configure properly instead of panicing the kernel at mountroot time. From NetBSD; tested by various. | |||||
2004-11-23 | sync | 1 | -0/+2 | ||
2004-11-23 | Set link-local address of tun interface with prefixlen = 64 | 2 | -10/+9 | ||
instead of 128. From FreeBSD ok deraadt@ todd@ |