summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Restore behaviour from rev. 1.9. Only log when there is a real changembr2003-09-091-5/+0
* Update the explanation of parity capabilitiesyar2003-09-091-6/+4
* Add the -m, -w and -x options to ls's usage message.tjr2003-09-091-2/+2
* Add support for ACPI 2.x and the XSDT.njl2003-09-091-25/+77
* Rename FACP to FADT throughout.njl2003-09-094-111/+206
* Add cwd, root and statm (modeled on a 2.4.20 kernel). De-obfuscatedes2003-09-091-17/+96
* Make char signed by default.des2003-09-091-4/+14
* Add code to support pthread spin lock.davidxu2003-09-098-0/+339
* Use PCIR_BAR() instead of a magic offset.scottl2003-09-091-1/+1
* Re-arrange the raid section a small bit and put drivers into their properscottl2003-09-091-9/+9
* Introduce IA64_ID_PAGE_{MASK|SHIFT|SIZE} and LOG2_ID_PAGE_SIZE. Themarcel2003-09-096-8/+26
* Correct the comment about which timezone-change loses an hour...gad2003-09-091-2/+2
* Add a '-D <something>' command line arg, which can be used to setgad2003-09-091-3/+57
* Disallow attempts to suspend to S0. It was only enabled for testing.njl2003-09-091-10/+11
* Use strtol() instead of strtoul() in parse8601, so we can detectgad2003-09-091-17/+17
* Fix typo in the previous commit. Was checking wrong variable...gad2003-09-091-1/+1
* Change parse8601 and parseDWM so they return an alternate error valuegad2003-09-091-14/+29
* Add the re.4 man page, which I forgot to do last night.wpaul2003-09-091-0/+200
* Cosmetic change to move parse8601 right next to parseDWM. No codegad2003-09-091-86/+86
* Hook the SiS DRM up to the buildanholt2003-09-094-2/+16
* Merge from DRI CVS. Includes newly ported SiS 300/305/540/630/730 driver andanholt2003-09-0917-71/+1261
* Turn aac back on now that its been cleaned up for 64 bit compilationpeter2003-09-081-2/+2
* mdoc(7): Use the new feature of the .In macro.ru2003-09-08144-258/+256
* Finish the reversion of rev. 1.52.ru2003-09-081-3/+2
* Correct bzero length so we clear the entire key structure.phk2003-09-081-1/+1
* Correctly bzero the entire context, not just the first sizeof(void *) bytes.phk2003-09-081-6/+6
* Argh. This file was completely out of sync with mcontext/trapframe.peter2003-09-081-11/+12
* Hmm. Two copies of the mcontext...peter2003-09-081-1/+1
* Unbreak Russian KOI8-R support.ru2003-09-088-172/+324
* Quiet down boot verbose and allow commands to be submitted to a targetps2003-09-081-2/+1
* In the !MNT_BYFSID case, return EINVAL from unmount(2) when theiedowse2003-09-082-9/+21
* - Use trademark entities.simon2003-09-083-16/+46
* Add another ID for the SiI3112a SATA chip as used on the Adaptec 1210SA.sos2003-09-082-7/+13
* Limit the size of the rebuild requests to be within safety.sos2003-09-081-3/+6
* Bump __FreeBSD_version for Coda 6.x venus<->kernel API support.tjr2003-09-081-1/+1
* Use __FBSDID().obrien2003-09-0834-65/+95
* #ifdef out the vague ATA disk detection code causing fake ATA diskssos2003-09-081-0/+2
* Handle shared channels better.sos2003-09-081-11/+18
* Update the PIO mode gathering code.sos2003-09-082-8/+10
* Command line variables take precedence over global variables.ru2003-09-081-1/+1
* Looks like the re.4 man page didn't make it in the last commit,dougb2003-09-081-1/+0
* Dont re-arm the timeout twice on a timeout error.sos2003-09-081-5/+0
* Don't disable interrupts a second time. Remove an extraneous interruptnjl2003-09-081-4/+1
* Use pmap_extract_and_hold() in pipe_build_write_buffer(). Consequently,alc2003-09-081-35/+11
* Fix path of pci #includes that I botched.wpaul2003-09-081-2/+2
* Fix PATH: directive in sys/modules/re/Makefile, and add the re(4) driver towpaul2003-09-082-2/+2
* Introduce a new pmap function, pmap_extract_and_hold(). This functionalc2003-09-086-0/+118
* Take the support for the 8139C+/8169/8169S/8110S chips out of thewpaul2003-09-0816-1243/+2590
* Untangle the code in this file to improve understandability. Bothmarcel2003-09-071-159/+155
* Remove the assumption that a bus_space_handle_t is an I/O addressmarcel2003-09-079-48/+91
OpenPOWER on IntegriCloud