aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Change the sleep identifier to "-" where random normally sleeps.Poul-Henning Kamp2003-07-021-1/+1
* typo fix in comment.Poul-Henning Kamp2003-07-021-1/+1
* When size is 1 should just null terminate the string. The dummy variableJordan K. Hubbard2003-07-021-3/+5
* Begin making libthr async signal safe.Mike Makonnen2003-07-021-2/+22
* libc/${MACHINE_ARCH} include directory is required by Alpha,Alexander Kabaev2003-07-021-1/+1
* Fix a few style(9) nits.Maxime Henrion2003-07-021-13/+9
* The use of SYSINIT requires the inclusion of <sys/kernel.h>Marcel Moolenaar2003-07-021-0/+1
* Allow SA process unblocks a thread blocked in condition variable.David Xu2003-07-021-2/+8
* Switch the logic on the /rescue bits from NO_RESCUE to RESCUE, at leastGordon Tetlow2003-07-011-1/+1
* Make this even closer to other busdma backends.Maxime Henrion2003-07-011-12/+26
* Oops, add back a free() call that I mistakenly removed inMaxime Henrion2003-07-011-0/+1
* Make the sysctlbyname stuff look like the 2-level MIB stuff. ThisJuli Mallett2003-07-011-0/+1
* Sync more things with other backends.Maxime Henrion2003-07-012-24/+18
* Sync with i386's busdma backend. This fixes a few bugs and addsMaxime Henrion2003-07-011-33/+48
* Sync bounce pages support with the alpha backend. More precisely:Maxime Henrion2003-07-011-39/+55
* Add a new mount flag MNT_BYFSID that can be used to unmount a fileIan Dowse2003-07-014-99/+122
* bfd_elf32_i386_freebsd_vec is the only 32-bit vector we really need.David E. O'Brien2003-07-011-1/+1
* Add elf_i386_fbsd emulation.David E. O'Brien2003-07-011-0/+14
* Honor the boundary of the busdma tag when allocating bounce pages.Maxime Henrion2003-07-013-3/+3
* Make swi_vm be INTR_MPSAFE. On all platforms, it is only used to activateScott Long2003-07-011-1/+1
* Do not attempt to reque a thread on a mutex queue. It may be thatMike Makonnen2003-07-011-1/+1
* Mega busdma API commit.Scott Long2003-07-01116-162/+878
* Unbreak "make checkdpadd".Ruslan Ermilov2003-07-012-2/+2
* Improve expression evaluation debugging output, tidy up the handling ofTony Finch2003-07-011-22/+23
* o strmode(3) returns void not 0.Maxim Konovalov2003-07-011-5/+0
* There's no reason to keep separate AINC knob anymore.Ruslan Ermilov2003-07-013-17/+8
* Add a commented-out entry for OFW_NEWPCI to GENERIC and NOTES, alongThomas Moestl2003-07-012-1/+17
* Axe AINC.Ruslan Ermilov2003-07-016-7/+2
* Add the new sparc64 OFW PCI framework, conditional on options OFW_NEWPCIThomas Moestl2003-07-0119-371/+1159
* Fixed build.Ruslan Ermilov2003-07-011-0/+1
* Add PnP PS/2 id for Dell Latitude X200.Mike Heffner2003-07-012-0/+2
* Some gem and hme hardware bogusly has the intpin register hardwired toThomas Moestl2003-07-012-7/+12
* Add a new PCI interface method, assign_interrupt, to determine theThomas Moestl2003-07-015-6/+25
* Don't build separate annotate.info, it's already part of gdb.info.Ruslan Ermilov2003-07-011-2/+1
* Allow to write the intpin ivar using the pci_set_intpin() accessor. ThereThomas Moestl2003-07-011-1/+3
* Put rescue/ into a correct slot in the SUBDIR list. Sort bootstrap-,Ruslan Ermilov2003-07-011-27/+51
* Fixed some style bugs.Bruce Evans2003-07-011-6/+7
* Only bootstrap crunchide(1) and build crunchgen(1) when necessary.Ruslan Ermilov2003-07-011-3/+13
* Regen.Josef Karthauser2003-07-012-2/+9
* USB scanner support for Mustek BearPaw scanner.Josef Karthauser2003-07-013-0/+4
* Fixed namespace pollution and unsorting of the 1003.1-1990 list inBruce Evans2003-07-011-1/+1
* Fix tsleep/wakup race on FreeBSD-4.Hidetoshi Shimokawa2003-07-011-2/+14
* Add the British hundredweight (brhundredweight). For discussion, see:Tom Hukins2003-07-011-0/+7
* Don't segfault if setproctitle(3) is called with NULL initially.Alfred Perlstein2003-07-011-0/+1
* Regen.Josef Karthauser2003-07-012-2/+9
* Support the Epson GT-9300UF usb scanner.Josef Karthauser2003-07-013-0/+3
* free_drive: Free the drive even if it's referenced. I don't know whatGreg Lehey2003-07-011-12/+7
* Modify vm_page_alloc() and vm_page_select_cache() to allow the page thatAlan Cox2003-07-011-2/+4
* Check the address provided to vm_map_stack() against the vm map's maximum,Alan Cox2003-07-011-1/+2
* Add the beastie_disable variable which allows to turn the beastieChristian Brueffer2003-07-011-0/+1