summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Remove a bogus panic. It is possible more than one threads willdavidxu2004-06-181-1/+2
* If thread singler wants to terminate other threads, make sure it includesdavidxu2004-06-181-2/+16
* Correct merge-o: make sure to unlock symmetrically socket bufferrwatson2004-06-181-2/+2
* Hold SOCK_LOCK(so) while frobbing so_options. Note that while therwatson2004-06-181-1/+4
* Try harder to give new processes a clean initial fpu state. fpu_cleanstatepeter2004-06-181-7/+5
* If SO_DEBUG is enabled for a TCP socket, and a received segment isbms2004-06-181-2/+11
* Merge some additional leaf node socket buffer locking fromrwatson2004-06-182-19/+53
* Don't set FIN on a retransmitted segment after a FIN has been sent,bms2004-06-181-1/+1
* Fixed a panic caused by over-optimizing npxdrop() in the non-FXSR case.bde2004-06-181-0/+9
* Ensure that dst is bzeroed before calling rtalloc_ign(), to avoid possiblebms2004-06-181-0/+1
* A couple more style(9) nits I should have included in last commitimp2004-06-181-4/+3
* Style nits in the prototypesimp2004-06-181-2/+2
* Bumb version so apps can detect whether CLOCK_VIRTUAL and CLOCK_PROF arekbyanc2004-06-171-1/+1
* Implement CLOCK_VIRTUAL and CLOCK_PROF for clock_gettime(2) andkbyanc2004-06-171-9/+39
* Merge additional socket buffer locking from rwatson_netperf:rwatson2004-06-1711-16/+154
* Up SiI reset wait a bit, some devices got lost.sos2004-06-171-1/+1
* Reduce the thaumaturgical level of root filesystem mounts: Instead of usingphk2004-06-172-52/+51
* Nuke dead code.cognet2004-06-171-92/+1
* Nuke bus_space_mmap(), as it does not exist in FreeBSD.cognet2004-06-173-21/+0
* Revert last change. If acpi is loaded or compiled into the kernel, itsnjl2004-06-172-2/+2
* Second half of the dev_t cleanup.phk2004-06-1769-196/+177
* Import two fixes from the OpenBSD stable branch:mlaier2004-06-173-19/+16
* Save a couple of bytes for the SIO case.phk2004-06-171-4/+2
* Fix another beak.phk2004-06-171-1/+1
* atapicam(4) is currently off by three orders of magnitude regarding thegreen2004-06-171-2/+2
* Do not preset PG_BUSY on VM_ALLOC_NOOBJ pages. Such pages are notalc2004-06-173-8/+2
* While setting up a transmit packet disable interupts on the card thenambrisko2004-06-171-0/+6
* Remove bad cookie vp kernel printf; while it does notify about anrwatson2004-06-171-1/+0
* Commit pf version 3.5 and link additional files to the kernel build.mlaier2004-06-1615-2388/+4876
* This commit was generated by cvs2svn to compensate for changes in r130610,mlaier2004-06-161-0/+840
|\
| * Import pf from OpenBSD 3.5 (OPENBSD_3_5_BASE)mlaier2004-06-1611-1417/+4695
| * Import OpenBSD 3.4-stable fixesdhartmei2004-05-023-19/+16
| * Import another fix from the OpenBSD-Stable branch:mlaier2004-04-111-6/+11
| * Import two fixes from OpenBSD's stable branch:mlaier2004-03-282-4/+41
* | Prepare for pf 3.5 import:mlaier2004-06-165-62/+3
* | o Return ai_batteries as 0xffffffff instead of -1. This is a nop change, butimp2004-06-162-2/+3
* | Unspam sys/boot, the dev_t commit should not have touched these.phk2004-06-166-8/+8
* | My new keyboard can't spell.phk2004-06-161-1/+1
* | Handle dead disks in a somewhat sane way.le2004-06-164-3/+21
* | MFi386: revision 1.1161nyan2004-06-161-1/+1
* | I am not quite sure what broke compiling LINT:mcount.c, but a nestedphk2004-06-161-0/+2
* | o connect(2): if there is no a route to the destinationmaxim2004-06-161-3/+1
* | Do the dreaded s/dev_t/struct cdev */phk2004-06-16331-1279/+1290
* | Fix build for IPSEC && !INET6bms2004-06-162-6/+12
* | Reverse a patch which has no effect on -CURRENT and should probably bebms2004-06-161-7/+1
* | In ip_forward(), when calculating the MTU in effect for an IPSEC transportbms2004-06-161-0/+2
* | In ip_forward(), set m->m_pkthdr.len correctly such that the mbuf chainbms2004-06-161-0/+1
* | Premptively fix GCC3.4 issue: add break; after empty default: clauses.phk2004-06-162-0/+3
* | Add some lock assertions. Lock a small part of pmap_enter().alc2004-06-161-0/+4
* | MFamd64alc2004-06-162-4/+54
OpenPOWER on IntegriCloud