aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* add EHCI (USB 2.0) controller support.Bernd Walter2003-04-149-0/+3610
* Restore delayed load support for the resource shortage case.Hidetoshi Shimokawa2003-04-142-6/+54
* Merge in vfprintf.c rev. 1.58.Tim J. Robbins2003-04-141-9/+11
* Add a test case for printf("%5.0f", 0.001).David Schultz2003-04-141-0/+2
* Fix a bug where printf was erroneously printing a decimal point forDavid Schultz2003-04-141-8/+10
* Before attaching device set PCIM_CMD_PORTEN in addition toMaxim Sobolev2003-04-141-2/+2
* Avoid off_t -> integer overflow when sorting the locksector addresses.Poul-Henning Kamp2003-04-141-1/+1
* More correct patch: Only call biofinish if we have not already sentPoul-Henning Kamp2003-04-142-2/+36
* o Skip timestamp part when checking payload.Maxim Konovalov2003-04-141-2/+8
* Call biofinish() also when we get a malloc() failure.Poul-Henning Kamp2003-04-142-8/+2
* Uncomment the description of the -f option. Add rfork() to the list ofTim J. Robbins2003-04-141-9/+10
* Reimplement the vmstat -f option (display fork statistics).Tim J. Robbins2003-04-141-15/+17
* * Use _bus_dmamap_load_buffer() and respect maxsegsz in bus_dmamap_load().Hidetoshi Shimokawa2003-04-142-238/+60
* Update locking on the kernel_object to use the new macros.Alan Cox2003-04-142-6/+6
* Lock some manipulations of the vm object's flags.Alan Cox2003-04-131-0/+2
* Update the list of devices supported to match the driver.Mike Silbersack2003-04-131-5/+7
* Add info on how to use the MBUF_STRESS_TEST options. (Only 1 optionMike Silbersack2003-04-131-0/+11
* Use symbolic constants from <sys/diskmbr.h> instead of local constants.Poul-Henning Kamp2003-04-132-15/+23
* - Move the routine for flushing all user mappings from the tlb from pmap toJake Burkholder2003-04-139-158/+102
* Add definitions for location of the magic sequence and the lengthPoul-Henning Kamp2003-04-131-1/+5
* Pull in the encoding/decoding functions for struct dos_partition.Poul-Henning Kamp2003-04-132-0/+30
* Made vmspace0 non-static. Its useful to be able to identify a vmspace asJake Burkholder2003-04-132-1/+2
* Lock some manipulations of the vm object's flags.Alan Cox2003-04-132-4/+6
* Lock some manipulations of the vm object's flags.Alan Cox2003-04-132-9/+9
* Add sbsh(4) entry.Bruce A. Mah2003-04-132-2/+8
* New release notes: sbsh(4), mixer(8) relative adjustments,Bruce A. Mah2003-04-132-0/+38
* Add new macros for locking and unlocking a vm object.Alan Cox2003-04-131-0/+3
* yacc(1) with skeleton.c rev. 1.29 in HEAD and rev. 1.28.2.1 in RELENG_4,Ruslan Ermilov2003-04-131-2/+7
* xargs.c rev. 1.10 in HEAD and rev. 1.9.2.1 in RELENG_4,Ruslan Ermilov2003-04-131-1/+6
* elf2aout.c,v 1.6 and onwards have no known backward compatibility issues.Ruslan Ermilov2003-04-131-3/+4
* Since dynamic allocation of device major numbers so far have notPoul-Henning Kamp2003-04-131-1/+0
* uudecode.c rev. 1.23 in HEAD and rev. 1.13.2.3 in RELENG_4,Ruslan Ermilov2003-04-131-1/+8
* Only create directories that are really needed.Ruslan Ermilov2003-04-131-28/+26
* Oops. Back out a style "fix" in the previous commit. SRCS must be definedBruce Evans2003-04-131-0/+1
* Silence `make -s' (echo -> ${ECHO}).Bruce Evans2003-04-131-2/+1
* Silence `make -s' (echo -> ${ECHO}).Bruce Evans2003-04-131-1/+1
* Install bootstrap-tools into a separate subtree of ${WORLDTMP}.Ruslan Ermilov2003-04-131-6/+9
* Remove the "run GEOM in userland harness" test stuff, it's been OBE.Poul-Henning Kamp2003-04-1360-5805/+0
* Give mdconfig a couple of seconds to deconfigure in case debugging is beingPoul-Henning Kamp2003-04-131-1/+7
* Time has run from the "run GEOM in userland" harness, and the new regressionPoul-Henning Kamp2003-04-1315-140/+0
* Include <signal.h> instead of depending on namespace pollution inBruce Evans2003-04-131-1/+2
* Fixed some style bugs in rev.1.44.Bruce Evans2003-04-131-3/+2
* Driver for Granch SBNI16 SHDSL modemMax Khon2003-04-138-0/+1348
* No need to unlock if error detected before locking.Jeffrey Hsu2003-04-131-2/+4
* manual page for Granch SBNI12-xx network interface driverMax Khon2003-04-132-1/+102
* Use vm_object_pip_wait() rather than reimplementing it.Alan Cox2003-04-131-2/+1
* The dpt, ex and idt modules are for i386 only.Yoshihiro Takahashi2003-04-131-3/+3
* The pcspeaker was for pc98.Yoshihiro Takahashi2003-04-132-2/+2
* Teach gcc how to put unitialized data into BSS on FreeBSD.Alexander Kabaev2003-04-131-0/+21
* Permit vm_object_pip_add() and vm_object_pip_wakeup() on the kmem_objectAlan Cox2003-04-131-2/+4