Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-04-28 | Instrumentation for an in-kernel getcwd() implementation. | Pedro Martelletto | |
Not yet activated. Diff by marius@ long ago, from NetBSD. Okay miod@ and krw@. | |||
2006-04-06 | Hook up mfi, remains disabled. | Marco Peereboom | |
2006-03-21 | Implementation of the Michael MIC as defined in IEEE 802.11i for TKIP. | Reyk Floeter | |
The MIC generates a weak 64bit digest protected by an additional key. Obviously, this digest alg is required for future IEEE 802.11i/WPA support. test vectors passed on alpha amd64 mvme68k mvme88k sgi sparc sparc64 vax i386 ok djm@ | |||
2006-03-12 | remove BPF filter support if the bpfilter device is removed. | Brad Smith | |
2006-03-04 | Dallas 1-Wire bus support. Includes the following drivers: | Alexander Yurchenko | |
gpioow(4) 1-Wire bus bit-banging through GPIO pin onewire(4) 1-Wire bus driver owid(4) 1-Wire ID family type device owtemp(4) 1-Wire temperature family type device Drivers for RS-232 and USB bus masters will follow. ok deraadt@ | |||
2006-03-04 | -current, not -beta. | Alexander Yurchenko | |
2006-03-04 | move to 3.9-current | Theo de Raadt | |
2006-02-27 | stop being -beta | Theo de Raadt | |
2006-02-01 | a driver for the phillips pcf8584 i2c controller as found on the sun netra | David Gwynne | |
t1 105. tested by henning@ djm@ ok kettenis@ put it in deraadt@ | |||
2006-01-29 | Disable iic whenever ipmi is enabled. This fixes boxes like Sun x4200 that | Marco Peereboom | |
freak out when more than one device driver touch the i2c devices. Reported by: Srebrenko Sehic <ssehic at gmail dot com> ok kettenis@ | |||
2006-01-23 | update sm(4) from NetBSD, including support for more models and MII; | Martin Reindl | |
also activate ISA attachment; ok brad@ | |||
2006-01-19 | crank to 3.8-beta | Theo de Raadt | |
2006-01-14 | Better UDF name extraction code, which will not forget to report errors in | Miod Vallat | |
some cases; also silence a few udf messages unless option DIAGNOSTIC. Tests and tweaks and ok pedro@ | |||
2006-01-14 | Rename nslm7x.c into lm78.c and nslm7xvar.h into lm78var.h, and clean up | Mark Kettenis | |
lm78var.h. Now that I've completely rewritten the driver, replace copyright with my own. suggested by deraadt@ | |||
2006-01-09 | Move an(4) to a driver based on the NetBSD one. | Jonathan Gray | |
This brings net80211 support and support for newer hardware. In addition ancontrol is no longer needed. This driver does not yet work on big endian archs like the previous one did. "do it" deraadt@ | |||
2006-01-09 | - add preliminary support for Ralink Technology RT2561, RT2561S and RT2661 | Damien Bergamini | |
chipsets in ral(4). - restructure the code a bit; split ic/ral.c into ic/rt2560.c and ic/rt2661.c - import the 8051 microcode files required by these chipsets. - more to come; there is currently no automatic rate control and some features are untested (hostap and ibss modes for instance). most of the pre-802.11n capabilities of the RT2661 chipset are not supported (like frame aggregation, piggy-back). MIMO should work though the performance/range gain has not been measured. | |||
2006-01-02 | Remove orphaned i2c_bitbang code, as well as i2c_bitbang and i2cexec | Miod Vallat | |
attributes. | |||
2005-12-27 | Remove unused sw_nblks field of struct swdevt. Then, remove swapconf() | Miod Vallat | |
which duplicates work done by uvm_swap_init(). | |||
2005-12-12 | Only include PROCFS on kernels which have either COMPAT_LINUX or COMPAT_SVR4, | Miod Vallat | |
otherwise it's just a waste of bytes. ok deraadt@ mickey@ | |||
2005-12-11 | Replace procfs_domem() with a similar interface, process_domem(), which lives | Miod Vallat | |
out of procfs and gets a ptrace request PT_{READ,WRITE}_{I,D} as argument; also procfs_checkioperm() becomes process_checkioperm(). From art@ some time ago; ok kettenis@ pedro@ | |||
2005-12-06 | Remove fdescfs | Pedro Martelletto | |
2005-11-24 | Remove kernfs, okay deraadt@. | Pedro Martelletto | |
2005-11-10 | split the sensors stuff out into a source file of its own. | David Gwynne | |
tested on GENERIC and RAMDISK_CD to see if the small_kernel stuff stays happy | |||
2005-11-01 | Remove the call to ieee80211_ifattach() for the moment as it | Jonathan Gray | |
makes wi prematurely depend on net80211 code which bloats the ramdisks. ok dlg@ | |||
2005-10-31 | jsg forgot to specify that wi(4) now needs wlan option; ok miod | Theo de Raadt | |
2005-10-05 | Add multicast routing to GENERIC. | Esben Norby | |
It is now possible to enable multicast routing in the kernel with the sysctl option net.inet.ip.mforwarding=1 Based on intial work by msf@ help claudio@ ok claudio@ deraadt@ | |||
2005-09-26 | Share com probe code between com and pccom; allows us to get rid of awkward | Miod Vallat | |
code duplication in cardbus, pcmcia and puc attachments. Joint effort with fgs@; blessed deraadt@ | |||
2005-09-15 | Stop compiling the texte console rotation code #ifdef __zaurus__, but use | Miod Vallat | |
a flag in the rasops_info structure; drivers which may use it shall declare a specific attribute for the config(8) machinery, so that the necessary code is compiled in. In addition to this, rotated font computation is now done on-demand, and a list of unrotated-rotated font cookie pairs is kept, rather than rotating all built-in wsfonts at initialization time. No user-perceptible functional change. Tested matthieu@ uwe@, ok uwe@ | |||
2005-09-08 | Remove FreeBSD if_printf compat function from net80211. | Jonathan Gray | |
ok reyk@ | |||
2005-09-05 | On the road again. | Miod Vallat | |
2005-08-27 | remove -beta tag | Theo de Raadt | |
2005-08-09 | move to 3.8-beta | Theo de Raadt | |
2005-07-17 | Attach com(4) to the built-in modem found on Tadpole SPARCbooks. | Miod Vallat | |
2005-07-06 | smartarray 5* raid controller; does io but needs more work; commented out in ↵ | Michael Shalayeff | |
configs for now | |||
2005-07-03 | Extended Attributes was a piece to get to ACLs, however ACLs have not | Dale Rahn | |
been worked on, so EA is pointless. Also the code is not enabled in GENERIC so it is not being tested or maintained. | |||
2005-06-16 | unbust "com at pxaip" attachment so that there is no need to enable | Uwe Stuehler | |
"com at pcmcia" in RAMDISK as a workaround. | |||
2005-06-08 | Xerox NS leaves us | Henning Brauer | |
2005-06-08 | -#option NS # XNS | Henning Brauer | |
-#option NSIP # XNS tunneling over IP | |||
2005-06-07 | no more CCITT | Henning Brauer | |
2005-06-07 | remove commented-out CCITT option | Henning Brauer | |
2005-06-03 | com_pxa2x0 must cause com.c compilation; piece missed by uwe | Theo de Raadt | |
2005-05-29 | cleanup rtw | Reyk Floeter | |
2005-05-26 | trunk depends on ifmedia. | Miod Vallat | |
2005-05-26 | RIP stackable filesystems, ok marius@ tedu@, discussed with deraadt@ | Pedro Martelletto | |
2005-05-24 | initial import of a trunking (link aggregation and link failover) | Reyk Floeter | |
implementation. it currently supports round robin mode with link state checking, additional modes will be added later. ok brad@, deraadt@ | |||
2005-05-22 | add option VFSDEBUG, disabled by default | Pedro Martelletto | |
2005-05-15 | Partial sync to the NetBSD wscons code, bringing a better wsmux behaviour | Miod Vallat | |
and bugfixes (the kqueue code, /dev/wsmuxctl and screen border color changes have not been picked), keeping local changes. Tested by many on alpha/cats/hp300/i386/macppc/sparc/sparc64/zaurus if not more. | |||
2005-05-10 | Add epic(4) driver which supersedes tx(4). | Brad Smith | |
This buys us.. - bus_dma - big endian support - multicast - support for another EPIC chipset From NetBSD ok mickey@ | |||
2005-05-01 | To allow for MD override of in4_cksum()... | Brad Smith | |
ok deraadt@ | |||
2005-04-16 | Remove regs and fpregs pseudo-files from procfs. | Mark Kettenis | |
ok deraadt@, miod@ |