Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-11-09 | Make disklabel aware of NTFS. | Joel Sing | |
ok miod@ krw@ | |||
2007-11-09 | Code to read in the cylinder groups is duplicated in a few spots, | Thordur I. Bjornsson | |
factor it into a new function, ffs_cgread(); and use that. From mickey; OK art@, toby@ | |||
2007-11-09 | Add Exar UARTs XR17C152, XR17C154 and XR17C158. | Federico G. Schwindt | |
From Daniel Neri (daniel dot neri at sigicom dot se) via PR/5618. | |||
2007-11-09 | regen. | Federico G. Schwindt | |
2007-11-09 | Add Exar UARTs XR17C152, XR17C154 and XR17C158. | Federico G. Schwindt | |
From Daniel Neri (daniel dot neri at sigicom dot se) via PR/5618. | |||
2007-11-08 | Pass correct pointers to memcpy when concatanating strings/buffers | Can Erkin Acar | |
ok weingart@, marco@ | |||
2007-11-08 | Stick at GNU cvs output format of docdate. | Tobias Stoeckmann | |
OK niallo@ | |||
2007-11-08 | Return latest revision of default branch when HEAD is requested and no | Tobias Stoeckmann | |
newer revisions are available (for example multiple imports). Reported by ckuethe@, OK niallo@ | |||
2007-11-08 | convert the value to a string instead of using aml_val2str() | Can Erkin Acar | |
which returns invalid pointers if the value is not a string, causing acpibat to panic, as reported by mbalmer@ and Alexey Suslikov. tested by Alexey Suslikov, ok marco@ | |||
2007-11-08 | Fix unsafe queue macro use | Bret Lambert | |
ok thib@ 'emphatic' ok beck@ | |||
2007-11-07 | more low hanging fruit; Expand the nfsm_srvwcc_data() macro | Thordur I. Bjornsson | |
and nuke it's definition. OK krw@, blamers@ | |||
2007-11-07 | Check for pfi_kif's that are neither groups nor have a real interface. | Marco Pfatschbacher | |
This prevents a null-deref when empty groups are used in set loginterface. Fixes PR 5628 as reported by Andreas Bihlmaier. Bad mpf :( OK henning@ | |||
2007-11-07 | Fix potential heap overflow given a specially crafted regexp. | Todd C. Miller | |
From Tavis Ormandy; adapted from fixes in the perl 5.9.x codebase. | |||
2007-11-07 | Fix a comment. | Marc Balmer | |
2007-11-07 | properly exit >0 when encountering bad md5 in cheklist | Charles Longeau | |
ok gilles@ millert@ From Tim van der Molen <tbvdm.lists at xs4all.nl> | |||
2007-11-07 | regen | Brad Smith | |
2007-11-07 | rename the Intel 82452 hostbridge chipset entry. | Brad Smith | |
ok oga@ dlg@ | |||
2007-11-07 | More SPLBIO around scsi_done. | Kenneth R Westerback | |
2007-11-06 | Close a race where we might save/drop the fpu state of the wrong process in | Mark Kettenis | |
the ipi handlers. | |||
2007-11-06 | ramdisks should have the same behaviour as GENERIC | Theo de Raadt | |
2007-11-06 | all ACPI_ENABLE kernels need acpi_interrupt() | Theo de Raadt | |
2007-11-06 | a little tidy up of text; | Jason McIntyre | |
2007-11-06 | Do not panic in arpintr() if IF_DEQUEUE returns NULL, this is perfectly legal | Miod Vallat | |
and can happen on slow mp systems under a lot of network load; ok kettenis@ | |||
2007-11-06 | Keep a pending software interrupts mask per processor, instead of having it | Miod Vallat | |
global; and only schedule software interrupts on the currently running cpu. | |||
2007-11-06 | Comment out the pmap fine grained locking stuff, it is not necessary for now | Miod Vallat | |
because of the global lock. It will get enabled again when locking work progresses. | |||
2007-11-06 | Be sure to pmap_deactivate() a process during context switches, so that | Miod Vallat | |
the cpu which runs it is accounted correctly in MP kernels. | |||
2007-11-06 | Remove the now unused idle_u, and call the secondary processors startup | Miod Vallat | |
stack a startup stack. | |||
2007-11-06 | bug-fix: try the empty suffix when we cannot find any transformation, not | Marc Espie | |
when we cannot find any suffix. This allows Makefiles like: .SUFFIXES: .in .sh all: truc.sh truc.sh.in: echo "bonjour" >$@ .in: sed -e 's/a/b/' <$< >$@ to work (before that, the empty suffix would not be tried, since truc.sh matches the .sh suffix, even though there is NO transformation). | |||
2007-11-06 | simplify the way we deal with implicit rules and handle $<. | Marc Espie | |
Having an `iParents' field is actually backwards, it's ways simpler to store the pointer in the child, as an impliedsrc, and to set the variable just in time along with all the rest in DoAllVar. This is simpler, and it should allow us to call SuffFindDeps much later. | |||
2007-11-06 | get make.c in a more readable state, by extracting code into separate | Marc Espie | |
functions. Restore a big more debug: if DEBUG(JOB), print commands (unexpanded). | |||
2007-11-06 | regen | Mark Kettenis | |
2007-11-06 | Add Enable/Agere LU3X31T2. | Mark Kettenis | |
2007-11-06 | Generalize most of the apple-specific code, since it works fine on | Deanna Phillips | |
other machines with STAC9221. Tested by Vladas Urbonas on XPS M1210. no objections jakemsr@ | |||
2007-11-06 | Expand the nfsm_srvfillattr() macro and | Thordur I. Bjornsson | |
nuke it's definition. OK krw@, blambert@ | |||
2007-11-06 | Get rid of TC_IPL_xxx values and tc_intrlevel_t, and use IPL_xxx and int. | Miod Vallat | |
No functional change. | |||
2007-11-06 | sync | Antoine Jacoutot | |
2007-11-06 | - from FreeBSD: | Antoine Jacoutot | |
add support for Epson multifunction USB devices (i.e. scanner/printer/card readers) by adding their IDs to the table of recognised devices (because we don't have a "scanner" class) and preventing uscanner attach routine to reconfigure the whole USB device while we are dealing only with one of its interfaces. - add the Epson Stylus 3850/4050 ID in the process feedback from mbalmer@ and jmc@ ok jsg@ | |||
2007-11-06 | update to tzdata2007i | Todd C. Miller | |
2007-11-06 | Add testcases for switch. ok otto@ | Stefan Kempf | |
2007-11-06 | avoid coredump when ther;s only one token on a line; ok millert@ | Otto Moerbeek | |
2007-11-06 | fix format string | Charles Longeau | |
ok ray@ gilles@ | |||
2007-11-06 | malloc/memset -> calloc | Charles Longeau | |
ok ray@ | |||
2007-11-06 | prevent segv on wrong sort name; Mark Lumsden. | Otto Moerbeek | |
2007-11-06 | - when we need to do both AUDIO_SETINFO and AUDIO_GETINFO to emulate | Jacob Meuser | |
a single OSS ioctl, return the return value and errno from from AUDIO_SETINFO if there was an error, since it's more informative than the return value and errno from AUDIO_GETINFO. also, don't bail if AUDIO_SETINFO fails, because OSS ioctls should return the current value of the parameter they are setting, even if there was an error. - avoid a possible (though highly unlikely) divide by zero in SNDCTL_DSP_GET[IO]SPACE. ok ratchov@ | |||
2007-11-06 | More scsi_done() at SPLBIO. | Kenneth R Westerback | |
2007-11-06 | Fix SDF_DIRTY handling, eliminate useless SDF_FLUSHING. The sd_flush() | Kenneth R Westerback | |
called from the last sdclose() on a device will now reset SDF_DIRTY after submitting the SYNCHRONIZE CACHE command. sddone() need not worry about SDF_DIRTY since it was never called for the SYNCHRONIZE CACHE command anyway. This eliminates a spurious SYNCHRONIZE CACHE command being issued for every sd device from sd_shutdown(). ok dlg@ | |||
2007-11-06 | More scsi_done() at SPLBIO. | Kenneth R Westerback | |
2007-11-06 | move acpi_read_pmreg() and acpi_write_pmreg() out of SMALL_KERNEL so | Theo de Raadt | |
that acpi ramdisks can compile (obvious solution) | |||
2007-11-05 | Change chio.conf's group ownership to operator and mode to 644. | Michael Erdely | |
At this time, there is no sensitive information in that file. ok beck@, millert@, jdixon@, deraadt@ | |||
2007-11-05 | More scsi_done() at SPLBIO. | Kenneth R Westerback | |