Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-11-23 | replace old net/if_ieee80211.h header with the net80211 ones, kernel part. | Federico G. Schwindt | |
millert@ mcbride@ jsg@ | |||
2004-11-19 | More aggressive strip flags for non debug kernels; this is a noop on some | Miod Vallat | |
architectures, but saves a few dozen KB on alpha and ppc. ok deraadt@ | |||
2004-11-18 | Move PowerPC cpu type constants to <machine/cpu.h> | Miod Vallat | |
ok drahn@ | |||
2004-11-17 | A few more register prefixes, as well as more tab vs space police. No | Miod Vallat | |
change in .o file. ok drahn@ | |||
2004-11-12 | #atu | Theo de Raadt | |
2004-11-10 | Remove __cplusplus crud. | Alexander Yurchenko | |
2004-11-09 | Do not map empty mbufs (m_len == 0) in bus_dmamap_load_mbuf() as these mappings | Claudio Jeker | |
may disturb the dma as seen in ipw(4). Emtpy mbufs are at the beginning of the mbuf chain and are as example a "side-effect" of a previous m_adj() call. OK miod@ mickey@ jason@ markus@ | |||
2004-10-20 | put newline at right place during attach | Theo de Raadt | |
2004-10-17 | Move declaration of default _vtbl members (wdc_default_*) to | Alexander Yurchenko | |
wdcvar.h. | |||
2004-10-08 | Move dev/cons.c to MI conf/files. | Alexander Yurchenko | |
ok miod@ | |||
2004-10-05 | Get prototypes through cons_decl(), so that they are always right. | Miod Vallat | |
2004-10-05 | Port of NetBSD's udav driver for Davicom USB DM960 based Ethernet. | Jonathan Gray | |
Thanks to Mark Uemura for donating several of these adapters. Tested by and ok deraadt@ | |||
2004-10-01 | Sync with openpic.c evcount fixes; ok drahn@ | Miod Vallat | |
2004-09-16 | spacing | Theo de Raadt | |
2004-09-16 | cleanup deafult locators (blah ?); please check that your most hated ↵ | Michael Shalayeff | |
architecture is still fluffy (; | |||
2004-08-25 | Disable ehci on macppc for now, it causes a race condition between devices | Dale Rahn | |
attached at boot and ehci, can be enabled via UKC. ok deraadt@ | |||
2004-08-17 | Use device name, not constant string, ok deraadt@ | Dale Rahn | |
2004-08-09 | move to 3.6-beta | Theo de Raadt | |
2004-08-03 | include some usb ethernet drivers | Theo de Raadt | |
2004-07-20 | add cdce | Daniel Hartmeier | |
2004-07-20 | Allow a kernel to specify wd* as root or swap device; | Miod Vallat | |
spotted by Waldemar Brodkorb. | |||
2004-07-14 | Do not forget to count interrupts if they have been delayed; ok drahn@ | Miod Vallat | |
2004-07-13 | errno changes, lib major version bumps, and general flag day | Marco S Hyman | |
To build you must: cd /usr/src && make obj && make includes cd lib/libc && make depend && make && NOMAN=1 sudo make install cd /usr/src && make build | |||
2004-06-28 | shorten name | Theo de Raadt | |
2004-06-28 | Use new event counter API for interrupt counting on macppc. drahn@ ok | Aaron Campbell | |
2004-06-25 | enable re(4) now that it works | Peter Valchev | |
2004-06-24 | Do a better job at containing powerpc specific #defines to PPC_... | Dale Rahn | |
ok deraadt@ | |||
2004-06-24 | Add ehci. ok drahn@ | Thomas Nordin | |
2004-06-14 | de-__P | Theo de Raadt | |
2004-06-13 | debranch SMP, have fun | Niklas Hallqvist | |
2004-05-30 | Devices hot plugging support. | Alexander Yurchenko | |
The hotplug pseudo-device passes device attachment and detachment events to userland. When a device attaches or detaches, the corresponding event is queued. The events can then be obtained from the queue through the read(2) call on the /dev/hotplug device file. Each event consists of event type (attach/detach), device class (DV_*) and device name (sd1 e.g.). We have hotplug pseudo-device on alpha, amd64, i386, macppc and sparc64. Since it was tested only on i386 other archs has it commented out in GENERIC until tested. The idea liked peter@ tedu@ drahn@ millert@ marco@ henning@. Ok deraadt@. | |||
2004-05-28 | Modify adb packet handling so that the completion routine can reentrantly | Dale Rahn | |
process the queue. fix from netbsd, pointed out on ppc@ several times. Doesn't appear to affect my machines, but helps others. | |||
2004-05-10 | mediabay driver to configure ata bus attached to CD on pismo Powerbook | Dale Rahn | |
tested by Glen Barney and Okan Demirmen. | |||
2004-05-08 | Remove spurious initialization; drahn@ ok | Miod Vallat | |
2004-04-18 | unify the whole USB section with the already-improved i386 GENERIC | Peter Valchev | |
2004-04-11 | pcmcia em and an work; okan@demirmen.com | Theo de Raadt | |
2004-03-30 | knock out INET6: media too large for some machines | Theo de Raadt | |
2004-03-23 | Add TI 1510 to recognized list of chips to configure. ok deraadt@ | Dale Rahn | |
2004-03-17 | Remove pointless printfs. | Dale Rahn | |
2004-03-17 | Better backlight detection on macppc, ok miod@ krw@ (a bit ago) | Dale Rahn | |
2004-03-17 | Make sure disklabels use at least DEV_BSIZE as their sector size. | Miod Vallat | |
This allows the kernel to survive reading the disklabel off a 256-bytes/sector scsi device... ok deraadt@ | |||
2004-02-27 | developers who do not test compile should be shot | Theo de Raadt | |
2004-02-27 | Add swiss german keymap tested on PBG4. go ahead and commit miod@ | Claudio Jeker | |
2004-02-27 | move to 3.5-beta | Theo de Raadt | |
2004-02-16 | Fix the recently added OF_getnodebyname(), if 0 is passed in for start | Dale Rahn | |
that indicates that start should be assigned OF_peer(0) "head of device tree", not node which is then overwritten. | |||
2004-02-14 | Simplify hw.{cpuspeed,setperf} api moving all the sysctl stuff | Alexander Yurchenko | |
from the underlying callbacks. Testing hppa mickey@, ppc drahn@ Ok markus@ tedu@ | |||
2004-02-10 | Add the ptm device to pty(4). By opening /dev/ptm and using the PTMGET | Todd C. Miller | |
ioctl(2), an unprivileged process may allocate a pty and have its owner and mode set appropriately. This means that programs such as xterm and screen no longer need to be setuid. Programs using the openpty() function require zero changes and will "just work". Designed by beck@ and deraadt@; changes by beck@ with cleanup (and a rewrite of the vnode bits) by art@ and tweaks/bugfixes by me. Tested by many. | |||
2004-01-27 | viritual -> virtual | Miod Vallat | |
2004-01-23 | Crank SHMMAXPGS to 32mb; deraadt@ OK for all, drahn@ OK for macppc + pegasos | Todd C. Miller | |
2004-01-22 | These files went dangling long time ago, actually... | Miod Vallat | |