Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-11-29 | sync | Alexander Yurchenko | |
2004-11-29 | CSR BlueCore, from anil. | Alexander Yurchenko | |
2004-11-29 | From FreeBSD: Correct URL of the programming manual. | Jonathan Gray | |
2004-11-29 | Spell precede correctly. | Jonathan Gray | |
'looks fine' millert@, krw@. ok jmc@ | |||
2004-11-29 | put text after #endif in comment (compile w/ gcc3) | Peter Valchev | |
2004-11-28 | In kernel pppoe client, a simple IPv4 only implementation. | Can Erkin Acar | |
Initial porting from NetBSD by David Berghoff. Modified/simplified to match our sppp implementation. ok deraadt@ | |||
2004-11-28 | sync | Peter Valchev | |
2004-11-28 | garmin palm device; from openbsd@st.thrush.com | Peter Valchev | |
2004-11-28 | Prevent ADB devices other than mices of generating "extended" protocol events. | Matthieu Herrb | |
This fixes a problem with some iBooks were the touchpad generates a button6 event everytime the pad is touched. Based on my observations and a similar patch from Aymeric Vincent for NetBSD. Enhancements and ok miod@ | |||
2004-11-28 | Correct pmap_enter() flags usage. | Miod Vallat | |
2004-11-28 | sync from libc | Michael Shalayeff | |
2004-11-28 | a tiny hppa64 bit | Michael Shalayeff | |
2004-11-28 | Reverse bogus sc == NULL check in CARP_LOG(), from Max Laier. | Ryan Thomas McBride | |
2004-11-28 | don't hide the process context in rf_close_component(), since we may | Pedro Martelletto | |
need it later on to do locking stuff. fixes the problem with raid reconstruction, as described in pr 3968. ok mickey@ tedu@ tdeval@ | |||
2004-11-28 | kue(4) uses loadfirmware(9), but usb threaded probing starts before | Theo de Raadt | |
root is mounted. split up kue_attach() so that if in the worst case... it knows how to defer the second part until after the filesystem is up tested by maja, idea ok from miod | |||
2004-11-28 | mountroothooks are called after the root filesystem is mounted. | Theo de Raadt | |
2004-11-28 | rev 1.74 | Brad Smith | |
Fix if_timer logic to make sure that there is always a timeout pending if there are packets queued for transmission. From FreeBSD ok deraadt@ | |||
2004-11-28 | MAXSLP is not really an MD-configurable define so move it to param.h; miod@ ↵ | Michael Shalayeff | |
testing | |||
2004-11-27 | use a pm_lock define instead of the long fluff | Michael Shalayeff | |
2004-11-27 | Fix for building in another directory using config -s. ok deraadt@, miod@. | Matthieu Herrb | |
2004-11-27 | introduce pffinddomain(), to find a domain by family. | Patrick Latifi | |
while here, fix some spacing, ansi, de-register, etc. mostly from netbsd tested & ok otto millert | |||
2004-11-27 | In pmap_bootstrap(), replace PMAP_MD_RWZERO, which would leave the lowest | Miod Vallat | |
page writeable, with PMAP_MD_RWLOW, which tells how many pages have to be left writeable on low addresses, since the mac rom needs more than one. This lets non-DDB mac68k kernels run. No change on non-mac68k platforms. | |||
2004-11-27 | KNF, ANSI, cleanup. No binary change. | Alexander Yurchenko | |
2004-11-26 | Kill __HAVE_EVCOUNT, now that all architectures provide them. | Miod Vallat | |
2004-11-26 | More interrupt system cleaning and homogenization: | Miod Vallat | |
- switch all interrupt functions to an int (*)(void *) prototype. - do not register dummy functions for all unhandled interrupts, instead let the dispatchers cope with NULL. - add evcount interrupt counters. | |||
2004-11-26 | implement net.key.v2.sadb_dump.{unspec,esp,ah,...} sysctl subtree | Markus Friedl | |
and use sysctl for 'ipsecadm show'; ok deraadt | |||
2004-11-26 | add pfkey sysctl subtree; ok deraadt | Markus Friedl | |
2004-11-25 | crank ramdisk filesystem slightly to cope with firmwares inside the filesystem | Theo de Raadt | |
2004-11-25 | resolve conflict between M_TUNNEL and M_ANYCAST6, remove M_COMP (it's | Markus Friedl | |
only set and never read), update documentation; ok fgsch, deraadt, millert | |||
2004-11-25 | use ttl from setsockopt(), similar to bsd/os; ok henning, mcbride, fgsch | Markus Friedl | |
2004-11-25 | remove special handling of PF_KEY in net_sysctl; ok deraadt | Markus Friedl | |
2004-11-25 | Move towards a more flexible and generic interrupt system, as well as better | Miod Vallat | |
zs behaviour. From NetBSD; integration work by Martin Reindl | |||
2004-11-25 | fix for race between invocation for timer and network input | Markus Friedl | |
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 | Reyk Floeter | |
list known stations on a net80211-based ap. ok millert@ | |||
2004-11-25 | Enable lpt0 on amd64 GENERIC. ok deraadt@ | Ian Darwin | |
2004-11-24 | Long time not accurate anymore. | Miod Vallat | |
2004-11-24 | don't leave run state on background scan | Damien Bergamini | |
2004-11-24 | add missing field in struct iwi_associate | Damien Bergamini | |
2004-11-24 | - add short preamble capability | Damien Bergamini | |
- 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 | Damien Bergamini | |
2004-11-24 | reset adapter in iwi_stop() | Damien Bergamini | |
2004-11-24 | clear register 0x41, not 0x43 (endianness) | Damien Bergamini | |
2004-11-24 | fix interrupt handler | Damien Bergamini | |
2004-11-24 | nothing really uses kernfs anymore, and in general it is unsafe since the | Theo de Raadt | |
way that it interacts with the buffer cache can result in non-atomic data ok most people | |||
2004-11-24 | typo | Thierry Deval | |
2004-11-24 | replace old net/if_ieee80211.h header with the net80211 ones, kernel part. | Theo de Raadt | |
file missed by fgsch, did he miss any others? grep helps | |||
2004-11-24 | sync | Theo de Raadt | |
2004-11-24 | Radeon 9600 XT | Theo de Raadt | |
2004-11-24 | use ETHER_MAX_LEN | Brad Smith | |
2004-11-24 | Multicast routing cleanup from Pavlin Radoslavov | Ryan Thomas McBride | |
- 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@ |