Age | Commit message (Expand) | Author |
2005-06-05 | const'ify the char *groupname param to if_addgroup and if_delgroup | Henning Brauer |
2005-06-05 | const'ify the char * parameter to pfi_kif_get and pfi_group_change | Henning Brauer |
2005-06-05 | ops, forgot to regen this as well. | Federico G. Schwindt |
2005-06-04 | regen. | Federico G. Schwindt |
2005-06-04 | k8htb pci bridges as found in asus a8v deluxe mobo; deraadt@ ok | Federico G. Schwindt |
2005-06-04 | let the arc4random sysctl write out up to 256 bytes at once. | Ted Unangst |
2005-06-04 | Make scsi_do_mode_sense() aware of the difference between the 8 byte | Kenneth R Westerback |
2005-06-03 | com_pxa2x0 must cause com.c compilation; piece missed by uwe | Theo de Raadt |
2005-06-03 | No longer used. | Kenneth R Westerback |
2005-06-03 | Move definitions of struct cd_softc{} and CDRETRIES from cdvar.h into | Kenneth R Westerback |
2005-06-03 | Tweak scsi_do_mode_sense(). NetBSD was right and I was wrong. Sigh. | Kenneth R Westerback |
2005-06-03 | Cache a copy of the INQUIRY data obtained during device attachment in | Kenneth R Westerback |
2005-06-03 | reties -> retries | Miod Vallat |
2005-06-03 | Hold a reference to the relevant struct in_ifaddr while a multicast address | Christopher Pascoe |
2005-06-02 | Fix pasto - use correct pointer to extract block count from 8 byte | Kenneth R Westerback |
2005-06-02 | These options dont affect anything anymore. | Dale Rahn |
2005-06-02 | use much simpler switch for pci_machdep.h; ok drahn@ whatever tdr (; | Michael Shalayeff |
2005-06-02 | Start on a basic ACPI framework -- does not do much more than read out the | Thorsten Lockert |
2005-06-02 | correctly close the audio device in audio_open() if one of the | Joris Vink |
2005-06-02 | tsc, ryan left debug crap behind | Henning Brauer |
2005-06-02 | for sysctl syscall pass the mib[] back to kdump to parse; | Michael Shalayeff |
2005-06-02 | - wish there was a better way to do this... put splhigh() around the | Jason Wright |
2005-06-02 | Remove non-emulating wsdisplays - nothing uses them. | Miod Vallat |
2005-06-02 | Do not compile scrollback support if option SMALL_KERNEL. | Miod Vallat |
2005-06-02 | Eradicate USB quirks NOTUR and NODOORLOCK. Should no longer be | Kenneth R Westerback |
2005-06-02 | allow for dma maps larger than 64 pages; jason@ ok | Michael Shalayeff |
2005-06-01 | Typo in cut'n'paste abuse. | Miod Vallat |
2005-06-01 | De-inline if option SMALL_KERNEL on alpha; saves 4KB off RAMDISK{,B}, other | Miod Vallat |
2005-06-01 | De-inline a few functions if option SMALL_KERNEL, and do not compile | Miod Vallat |
2005-06-01 | Do not kill the event sink when closing a wsmouse device opened in write-only | Miod Vallat |
2005-06-01 | use vm_dused for rlimit. much happier with mmap. tested by several | Ted Unangst |
2005-06-01 | kjell is an evil tree-breaker | Michael Shalayeff |
2005-06-01 | as Jason requested, be gone vtophys(). | Brad Smith |
2005-06-01 | disable sf* too, until it is vtophys clean | Theo de Raadt |
2005-06-01 | when dumping policies, skip those attached to a socket. | Hans-Joerg Hoexer |
2005-06-01 | fix ordering of PCI devs | Brad Smith |
2005-06-01 | regen | Jonathan Gray |
2005-06-01 | RTL8187. | Jonathan Gray |
2005-05-31 | spelling corrections in comments; | Jason McIntyre |
2005-05-31 | add pcmcia com* until uwe fixes the code | Theo de Raadt |
2005-05-31 | bus_dma-ify. needs bus_dmamap_sync's, but works on coherent arch's now. | Jason Wright |
2005-05-31 | Protect the run queues with SCHED_LOCK, not just spl (ot nothing at all in | Artur Grabowski |
2005-05-31 | Protect p_timer with splclock. It can be fiddled with in hardclock (but | Artur Grabowski |
2005-05-31 | Lock the apic with a mutex, not a SIMPLE_LOCK. | Artur Grabowski |
2005-05-31 | IPL_SCHED should block statclock on architectures where the scheduler | Artur Grabowski |
2005-05-31 | Reduce ccbs for now because millert had issues on a 475. | Marco Peereboom |
2005-05-31 | Remove unused sc_err1() parameter 'async'. Lint. | Kenneth R Westerback |
2005-05-30 | Only enable the FPU when the process has an FPU context. ok miod@ | Dale Rahn |
2005-05-30 | Just use preempt(NULL) like every other architecture in this code path, | Artur Grabowski |
2005-05-30 | even shorter | Theo de Raadt |