summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Lock up inpcb.hsu2002-06-1015-119/+668
* - Whitespace only: use return statement consistentlt (return (foo), notsobomax2002-06-101-8/+6
* Put geom_gpt.c under the GEOM option instead of having a special GEOM_GPTphk2002-06-104-7/+3
* o In vm_map_entry_create(), call uma_zalloc() with M_NOWAIT on system maps.alc2002-06-101-5/+6
* Correct the logic for determining whether the per-CPU locks neediedowse2002-06-101-1/+1
* o Add vm_map_wire() for wiring contiguous regions of either kernelalc2002-06-091-1/+159
* Fix driver to re-enable sound output on AD1816 based cards caused by anhm2002-06-091-0/+4
* Improve some on the naming.phk2002-06-0912-53/+55
* if you have taken the mbuf out of the message object, then if you passjulian2002-06-091-1/+3
* Fix bug which has been there since rev 1.1 where && was used instead of &.hsu2002-06-091-1/+1
* Renamed the idempotency identifier to match the file name. Cleaned upbde2002-06-091-15/+14
* Fix a '<<' that should have been a '>>' in the 48bit case.sos2002-06-081-1/+1
* o Simplify vm_map_unwire() by merging the second and third passesalc2002-06-081-17/+11
* Add code to drop to ddb when a process gets a fatal signal that usuallyjake2002-06-081-0/+8
* o Remove an unnecessary call to vm_map_wakeup() from vm_map_unwire().alc2002-06-082-6/+17
* Re-enable SMP by default.jake2002-06-081-1/+1
* Remove test code.jake2002-06-084-33/+0
* Remove code from trap which is handled in userland now.jake2002-06-084-29/+5
* Fix bizarre SMP problems. The secondary cpus sometimes start up with junkjake2002-06-085-1/+51
* If we boot verbose, then print out 'interesting' CAM errors that otherwisemjacob2002-06-071-5/+65
* o Add vm_map_unwire() for unwiring contiguous regions of either kernelalc2002-06-072-1/+167
* Comment out options SMP for now until I figure out what's going on.jake2002-06-071-1/+1
* 0 is not an invalid interrupt in the PCI world (just in the ia32imp2002-06-071-2/+4
* Renamed the idempotency identifier to match the file name.bde2002-06-071-3/+3
* According to Bruce, this file shouldn't have comments to describe whatjhb2002-06-071-1/+1
* Uncomment some bits that we now need.benno2002-06-072-12/+12
* Fix up the DMA buffer allocation call.benno2002-06-071-1/+2
* Commit changes that happened in IPFilter versions 3.4.27 - 3.4.28darrenr2002-06-0710-24/+67
* - Fixup / remove obsolete comments.jhb2002-06-077-195/+139
* We no longer need to acqure Giant in ast() for ktrpsig() in postsig() nowjhb2002-06-071-2/+0
* - trapsignal() no longer needs to acquire Giant for ktrpsig().jhb2002-06-071-7/+5
* - Proper locking for p_tracep and p_traceflag.jhb2002-06-071-7/+7
* Properly lock accesses to p_tracep and p_traceflag. Also make a fewjhb2002-06-073-3/+27
* - Catch up to new ktrace API.jhb2002-06-072-28/+23
* Catch up to changes in ktrace API.jhb2002-06-074-22/+23
* Overhaul the ktrace subsystem a bit. For the most part, the actual vnodejhb2002-06-074-239/+472
* Use a larger data type to prevent counters wrapping so quickly.mdodd2002-06-072-14/+14
* Recognize Adaptec ANA-5910/30/40[A] boards.mdodd2002-06-073-19/+65
* Add a new SYSINIT subsystem for KTRACE.jhb2002-06-071-0/+1
* - Add a per-thread member 'td_inktrace' to be used by ktrace to detectjhb2002-06-071-2/+4
* 'device hea' is no longer broken.mdodd2002-06-072-4/+4
* Move some code around.mdodd2002-06-074-16/+18
* Work around a bug in the Linux version of ski, that's specific tomarcel2002-06-061-0/+11
* Change the all locks list from a STAILQ to a TAILQ. This bloats structjhb2002-06-062-7/+7
* Fix a typo in my recently added comment: s/beleived/believed/semenu2002-06-061-1/+1
* s/!SIGNOTEMPY/SIGISEMPTY/davidc2002-06-061-1/+1
* Handle "dead" witnesses better in the situation of several short term locksjhb2002-06-061-13/+11
* fix typo in _SYS_SYSPROTO_H_ case: s/mlockall_args/munlockall_argsalfred2002-06-061-1/+1
* Gratuitous whitespace cleanup.des2002-06-065-88/+88
* Hook up the ahd driver.gibbs2002-06-0612-27/+37
OpenPOWER on IntegriCloud