Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-06-04 | let the arc4random sysctl write out up to 256 bytes at once. | Ted Unangst | |
ok + input deraadt miod | |||
2005-06-04 | Make scsi_do_mode_sense() aware of the difference between the 8 byte | Kenneth R Westerback | |
general block descriptor and the 8 byte direct block descriptor, and return the correct values for density, block_count and block_size based on the type of the device. First cut has T_SEQUENTIAL (i.e. tape devices) as the only device type using general block descriptors, so the behaviour change is minimal. | |||
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 | |
cd.h. Remove include of cdvar.h from cd.c. cdvar.h becomes expendable. No functional change. | |||
2005-06-03 | Tweak scsi_do_mode_sense(). NetBSD was right and I was wrong. Sigh. | Kenneth R Westerback | |
Add 'big' parameter to report which mode sense header type is being returned. Eliminate icky pointer arithmetic, since it won't work if only block descriptors are returned by the device. No functional change. | |||
2005-06-03 | Cache a copy of the INQUIRY data obtained during device attachment in | Kenneth R Westerback | |
the scsi_link structure. This is a more general solution than the current inconsistant copying of fields into _softc structures. The redundant fields in _softc's will be cleaned up later. The device field will be used immediately to finish up the new mode sense code. ok marco@ | |||
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 | |
is bound on the interface. ok mcbride@ henning@ | |||
2005-06-02 | Fix pasto - use correct pointer to extract block count from 8 byte | Kenneth R Westerback | |
block descriptors. Not that we actually use this information anywhere. | |||
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 | |
ACPI tables into kernel memory and attach ACPI and HPET timers currently. In order to test this code, enabling the devices in GENERIC as well as the ACPI_ENABLE option is needed. This code does not do any thermal control yet, so this should be done with care depending on the platform. In the tree so more people can contribute to making this more fully featured. Ok niklas@ grange@ tedu@ | |||
2005-06-02 | correctly close the audio device in audio_open() if one of the | Joris Vink | |
precision parameters is zero. ok tedu@ | |||
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 | |
always print () on syscalls w/ void args even (deraadt version) | |||
2005-06-02 | - wish there was a better way to do this... put splhigh() around the | Jason Wright | |
extent_* functions to ensure they stay consistent - also remove some debugging crap | |||
2005-06-02 | Remove non-emulating wsdisplays - nothing uses them. | Miod Vallat | |
ok deraadt@ | |||
2005-06-02 | Do not compile scrollback support if option SMALL_KERNEL. | Miod Vallat | |
ok deraadt@ | |||
2005-06-02 | Eradicate USB quirks NOTUR and NODOORLOCK. Should no longer be | Kenneth R Westerback | |
required and no actual users of the relevant devices found. ok marco@ | |||
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 | |
kernels and platforms unaffected. ok deraadt@ | |||
2005-06-01 | De-inline a few functions if option SMALL_KERNEL, and do not compile | Miod Vallat | |
ahc_print_scb() unless option AHC_DEBUG. Saves about 3KB on alpha RAMDISK{,B}. ok deraadt@ | |||
2005-06-01 | Do not kill the event sink when closing a wsmouse device opened in write-only | Miod Vallat | |
mode, thus only been used to issue ioctls. This chunk was lost in r1.14; reported by Douglas Santos. | |||
2005-06-01 | use vm_dused for rlimit. much happier with mmap. tested by several | Ted Unangst | |
over past week. as a bonus, kills 5 XXXs. | |||
2005-06-01 | kjell is an evil tree-breaker | Michael Shalayeff | |
2005-06-01 | as Jason requested, be gone vtophys(). | Brad Smith | |
ok deraadt@ marco@ | |||
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 | |
ok ho | |||
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 | |
from charlie root; | |||
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 | |
NOW: someone remove vtophys from the amd64 port before someone else gets the silly idea that it somehow "works" on that port. | |||
2005-05-31 | Protect the run queues with SCHED_LOCK, not just spl (ot nothing at all in | Artur Grabowski | |
one case fixed here). miod@ "appears to be harmless" markus@ ok | |||
2005-05-31 | Protect p_timer with splclock. It can be fiddled with in hardclock (but | Artur Grabowski | |
only for curproc, that's why no SCHED_LOCK or similar is necessary). miod@ "appears to be harmless" markus@ ok | |||
2005-05-31 | Lock the apic with a mutex, not a SIMPLE_LOCK. | Artur Grabowski | |
markus@ ok miod@ tried to ok, but he doesn't officially have an amd64. | |||
2005-05-31 | IPL_SCHED should block statclock on architectures where the scheduler | Artur Grabowski | |
is clocked by the statclock. miod@ ok | |||
2005-05-31 | Reduce ccbs for now because millert had issues on a 475. | Marco Peereboom | |
This needs some intelligence because it does help the 518s. | |||
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 | |
don't roll our own. ok miod@ pefo@ | |||
2005-05-30 | even shorter | Theo de Raadt | |
2005-05-30 | shrink alpha boot blocks another little bit | Theo de Raadt | |
2005-05-29 | Sync with hppa r1.11: Correctly handle boot drives with SCSI id >= 10 | Miod Vallat | |
2005-05-29 | Lock SMM space on Intel E7xxx chipsets, too. | Alexander Yurchenko | |
2005-05-29 | Remove debug printf I left. | Alexander Yurchenko | |
2005-05-29 | regen | Brad Smith | |