| Commit message (Expand) | Author | Age | Files | Lines |
* | Yet another kernel diet: remove aacp and _KPOSIX_PRIORITY_SCHEDULING. | matusita | 2003-02-18 | 2 | -0/+4 |
* | Fix fwdev memory leak on detaching. | simokawa | 2003-02-18 | 1 | -5/+13 |
* | Explicitly set TZ to GMT (including in the build environment) | des | 2003-02-18 | 1 | -0/+3 |
* | Use pci_get_devid(). | simokawa | 2003-02-18 | 2 | -24/+24 |
* | Add 'uPD72871/2 IEEE1394 1-Chip OHCI Host Controller'. | simokawa | 2003-02-18 | 2 | -0/+5 |
* | * firewire.c | simokawa | 2003-02-18 | 2 | -1/+19 |
* | Add central and fhc. | jake | 2003-02-18 | 1 | -0/+2 |
* | Add drivers for the central and fhc busses found in enterprise class | jake | 2003-02-18 | 9 | -0/+1087 |
* | remove stray debugging printf | sam | 2003-02-18 | 1 | -1/+0 |
* | M_MOVE_PKTHDR must happen before any cluster is attached | sam | 2003-02-18 | 1 | -2/+3 |
* | Fix stupid whitespace typo. | bmah | 2003-02-18 | 2 | -2/+2 |
* | Initiate de-orbit burn for USE_PCI_BIOS_FOR_READ_WRITE. This has been | peter | 2003-02-18 | 8 | -427/+87 |
* | Remove contractions. | trhodes | 2003-02-18 | 1 | -3/+3 |
* | Include class designation in pnpinfo for generic driver loading | imp | 2003-02-18 | 1 | -2/+3 |
* | New release notes: Linux IPv6 support, cm support for IPX (+MFC), | bmah | 2003-02-18 | 2 | -2/+74 |
* | Revert ALIGN change for the second and last time. I can't figure out | tjr | 2003-02-18 | 3 | -6/+56 |
* | Use arc4random() instead of random() when generating the master key. | kris | 2003-02-18 | 1 | -2/+3 |
* | Nuke xargs, I haven't had to help anyone with it, so I assume it stands on | jmallett | 2003-02-18 | 1 | -4/+1 |
* | Sanity check the BAR length reported by the CIS with the BAR length that | scottl | 2003-02-17 | 1 | -4/+22 |
* | Back out revision 1.34 until we can come up with a more accurate patch. | chris | 2003-02-17 | 1 | -65/+0 |
* | Add a section on Giant lock manipulation macros. | chris | 2003-02-17 | 1 | -0/+65 |
* | Xref miibus(4). | trhodes | 2003-02-17 | 2 | -0/+2 |
* | Move the pnp and location info into the common pci bus. Make all known | imp | 2003-02-17 | 4 | -46/+41 |
* | Do not remove object from the lists at the unref_dag() stage. | kan | 2003-02-17 | 1 | -8/+26 |
* | o Add a note explaining the meaning of mls/equal beyond "equal to all | chris | 2003-02-17 | 1 | -2/+30 |
* | - Document some of the sysctl parameters. The read-only ones will go into | chris | 2003-02-17 | 1 | -42/+64 |
* | an driver now needs wlan, so put the required explicit depends | imp | 2003-02-17 | 3 | -0/+3 |
* | - build powerpc world on 9ball | des | 2003-02-17 | 1 | -52/+117 |
* | Kill a now-bogus comment | imp | 2003-02-17 | 1 | -4/+0 |
* | These don't need to be semi-public after all. | imp | 2003-02-17 | 2 | -5/+5 |
* | Bump pnpinfo and location size to 128 bytes. Since these are computed | imp | 2003-02-17 | 1 | -2/+2 |
* | -v now also prints the pnpinfo and location information for the devices | imp | 2003-02-17 | 1 | -1/+6 |
* | Expand length of pnpinfo and length fields since pccard pnpinfo can | imp | 2003-02-17 | 1 | -2/+2 |
* | Add a bunch of cards that we've added IDs for in the past few months: | imp | 2003-02-17 | 1 | -2/+7 |
* | Add libgmp.so.3 from 4.7-RELEASE CDs. | obrien | 2003-02-17 | 2 | -0/+1552 |
* | Further fix PS_NEEDSIGCHK | davidxu | 2003-02-17 | 2 | -0/+4 |
* | Move code for detecting PS_NEEDSIGCHK into thread_schedule_upcall, | davidxu | 2003-02-17 | 3 | -2/+4 |
* | * firewire.c | simokawa | 2003-02-17 | 2 | -48/+19 |
* | Add libgmp.so.3 from 4.7-RELEASE CDs. | nectar | 2003-02-17 | 2 | -0/+2 |
* | o Restore an interrupt priority level before return. | maxim | 2003-02-17 | 1 | -0/+2 |
* | o Fix ipfw uid rules: socheckuid() returns 0 when uid matches a socket | maxim | 2003-02-17 | 1 | -2/+2 |
* | Fix missed patch in last commit | julian | 2003-02-17 | 2 | -10/+6 |
* | Deliver signals posted via an upcall to the appropriate thread. | mini | 2003-02-17 | 12 | -1050/+548 |
* | Use the proc lock to protect p_realtimer instead of Giant, and obtain | tjr | 2003-02-17 | 5 | -48/+38 |
* | - Add a new function, thread_signal_add(), that is called from postsig to | jeff | 2003-02-17 | 5 | -61/+82 |
* | Move a bunch of flags from the KSE to the thread. | julian | 2003-02-17 | 35 | -110/+89 |
* | Define _ALIGNBYTES to be 15. This should have been done right away. | marcel | 2003-02-17 | 1 | -1/+1 |
* | Print two new processor features: | marcel | 2003-02-17 | 1 | -2/+4 |
* | Call the weak symbol for sigprocmask, so that it can be overridden. | mini | 2003-02-17 | 1 | -1/+1 |
* | - Split the struct kse into struct upcall and struct kse. struct kse will | jeff | 2003-02-17 | 19 | -1324/+1419 |