Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-08-25 | Correctly invalidate attribute cache entries in case the vnode mode | Pedro Martelletto | |
changes, okay beck@, tedu@ and thib@. | |||
2008-08-25 | how about i commit what was actually approved? wrong tree, bad todd ;-( | Todd T. Fries | |
2008-08-24 | o implement proper volume control table based on chipset docs | Todd T. Fries | |
o attempt to make record work (but silence for now) from drahn@, ok maja@, drahn@ | |||
2008-08-24 | prepends, not overrides default search path. with/ok kurt@ | Martynas Venckus | |
2008-08-24 | Tadpole Viper onboard ethernet has no eeprom either, but the PROM entry | Theo de Raadt | |
has subsystem ids set to the same as the regular ids, so the heuristic does not work. So look for the TAD,Viper machine name. When we get our hand on a Bullfrog (with a PCI slot) we will need to revisit this. ok kettenis | |||
2008-08-24 | ralink firmware on the ramdisk | Theo de Raadt | |
2008-08-24 | many more devices for the RAMDISK | Theo de Raadt | |
2008-08-24 | Define a proper wsdisplay type for legss(4). | Miod Vallat | |
2008-08-24 | Get VIDIOC_G_FMT working (makes ekiga happy). | Marcus Glocker | |
2008-08-24 | Correct eisa i/o ports layout structure, this has probably been broken | Miod Vallat | |
when switching from gcc 2.95, if not forever. | |||
2008-08-24 | proper indent | Theo de Raadt | |
2008-08-24 | remove the ls=ls -gCF alias: we already have an alias for ls (-CF), | Jason McIntyre | |
and now that the behaviour of -g has changed to be more in line with posix, we get group ID by default anyway; kick started by PR 5784 from Jacek Masiulaniec; discussed with otto and sobrado; ok deraadt millert | |||
2008-08-24 | vsbus machines also have modem control bits on line #2, no need to fake them. | Miod Vallat | |
2008-08-24 | Writing to the DTR register on KA60 resets the TCR register behind our back. | Miod Vallat | |
Preserve it explicitely in dzmctl() and restore it after the DTR update. (This problem was a real PITA to track down) | |||
2008-08-24 | typo | Miod Vallat | |
2008-08-24 | Correct dmesg, do not mention dz is the console device if running with | Miod Vallat | |
glass console. | |||
2008-08-24 | Fix readdpmelabel() so it doesn't corrupt a disklabel about to be | Kenneth R Westerback | |
written (i.e. partoff != NULL), and doesn't corrupt a disklabel with more than eight (8) dpme partitions. Problems reported by Josh Elsasser via PR#5904. Testing by Josh, otto@, drahn@, maja@, kettenis@. Most of the diff from otto@. ok drahn@ | |||
2008-08-24 | Use consistent variable names; curr -> cur, err -> error. | Marcus Glocker | |
2008-08-24 | Add support for processing unit (e.g. brightness) controls. New V4L2 | Marcus Glocker | |
ioctls therefore are VIDIOC_QUERYCTRL, VIDIOC_G_CTRL, and VIDIOC_S_CTRL. | |||
2008-08-24 | dont display disk geometry (cyls/heads/sectors) since it mostly lies these | David Gwynne | |
days. if you really want it still you can fetch it via disklabel(8). ok krw@ deraadt@ | |||
2008-08-24 | regen | Brad Smith | |
2008-08-24 | Add Atheros OUI and Atheros F1 id. | Brad Smith | |
From FreeBSD | |||
2008-08-24 | regen | Brad Smith | |
2008-08-24 | BCM5714 also supports fiber interfaces. | Brad Smith | |
2008-08-24 | surplus semicolon on if statement | Jonathan Gray | |
2008-08-23 | Slight speed improvement by using byte accesses on word boundaries for all | Miod Vallat | |
frame buffer memory operations, instead of word access on word boundaries. | |||
2008-08-23 | Pick the correct host adapter id from nvram. | Miod Vallat | |
2008-08-23 | add missing header needed by asprintf(). | Charles Longeau | |
ok otto@ deraadt@ | |||
2008-08-23 | make mbstowcs(NULL, string, 0) correctly return the length of the | Damien Miller | |
wchar_t string needed to represent "string", which in our case is just strlen(string); feedback & "looks right" deraadt@ | |||
2008-08-23 | unbreak MALLOC_OPTIONS=G that I broke in my last commit; | Damien Miller | |
slightly kludgey solution for until otto fixes it properly; ok otto@ | |||
2008-08-23 | - document -h | Jason McIntyre | |
- (re)organise the page a little - zap second "usage:" string from usage() | |||
2008-08-23 | ufs -> UFS; | Jason McIntyre | |
2008-08-23 | it's no longer necessary to build crunch by hand, so adjust the | Jason McIntyre | |
release instructions accordingly; | |||
2008-08-23 | fix calloc() for MALLOC_OPTIONS=J case: SOME_JUNK was being filled into | Damien Miller | |
the freshly mmaped pages disrupting their pure zeroness; ok otto@ deraadt@ | |||
2008-08-23 | unbreak wcschr(string, L'\0') which was incorrectly returning NULL | Damien Miller | |
rather than a pointer to the terminating nul; ok deraadt@ | |||
2008-08-22 | make sure we always map and unmap multiples of MALLOC_PAGESIZE; | Otto Moerbeek | |
case spotted by beck, one by me; ok deraadt@ beck@ | |||
2008-08-22 | Let lkms(4) support VSXXX-AB tablets in addition to the mice it already | Miod Vallat | |
supports, based on appendix C and D of the VCB02 (qdss) technical manual. Also parse the selftest results and report device errors. Not tested on actual tablet due to the lack of any; mouse operation is not disturbed. | |||
2008-08-22 | a ; in a bad place; dragonfly; ok mglocker | Theo de Raadt | |
2008-08-22 | Smarter implementation of calloc(3), which uses the fact that mmap(2) | Otto Moerbeek | |
returns zero filled pages; remember to replace this function as well if you provide your own malloc implementation; ok djm@ deraadt@ | |||
2008-08-22 | Instead of spewing error messages about link status, support link status | Theo de Raadt | |
like all drivers should ok miod | |||
2008-08-22 | sync | Theo de Raadt | |
2008-08-22 | make it section 8 | Theo de Raadt | |
2008-08-22 | more crunch stuff goes away | Theo de Raadt | |
2008-08-22 | No need to enter crunch | Theo de Raadt | |
2008-08-22 | mksuncd lives in the base now, and one does not need to go do fiddly | Theo de Raadt | |
things in distrib before building snaps or cds of any kind, any more. | |||
2008-08-22 | move mksuncd to here (but still only sparc64 build) | Theo de Raadt | |
2008-08-22 | merge crunchide into crunchgen as the -h flag. this is not yet done the | Theo de Raadt | |
nicest way since there is lot of code that has to churn, but it works. | |||
2008-08-22 | Merge crunchgen & crunchhide (using name checking), and move to usr.sbin | Theo de Raadt | |
next step is to not install it as two programs, but be even more clever | |||
2008-08-22 | set _POSIX_JOB_CONTROL and _POSIX_SAVED_IDS to the correct values; ok millert | Theo de Raadt | |
2008-08-22 | sync | Theo de Raadt | |