summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Use witness_upgrade/downgrade for sx_try_upgrade/downgrade.jhb2001-08-231-8/+6
* Whitespace nit.jhb2001-08-231-1/+1
* Add witness_upgrade() and witness_downgrade() for handling upgrades andjhb2001-08-232-0/+83
* Convert some KASSERT()'s into if (foo) panic() because they are testingjhb2001-08-231-10/+12
* Correct the comment about bpfattach() to match reality.dd2001-08-231-3/+4
* Correct a typo in a comment: FIN_WAIT2 -> FIN_WAIT_2dd2001-08-232-2/+2
* Add a new kernel option RESTARTABLE_PANICS. If this option is present,jhb2001-08-235-0/+27
* Fix a bug in the ste_setmulti() routine. The NIC has 4 16-bit multicastwpaul2001-08-232-5/+11
* Stupid error from my side in prev. commit: || -> &&ache2001-08-232-2/+2
* Clear the sx_xholder pointer when downgrading an exclusive lock.jhb2001-08-231-0/+1
* vn_stat(): if va_size (u_quad_t) > OFF_MAX, return EOVERFLOW, don't copy itache2001-08-231-0/+4
* Copy yet one check for SEEK_END overflowache2001-08-231-1/+2
* Add yet one check for SEEK_END overflowache2001-08-231-1/+2
* lseek: fix check for vattr.va_size overflow. Check suggested by bde simple notache2001-08-232-2/+4
* Implement l_len<0 per POSIX check.ache2001-08-232-8/+12
* Copy my newly introduced l_len<0 'oops' fix from kern_lockf.cache2001-08-231-2/+4
* Oops, fix my broken handling of new l_len<0 caseache2001-08-231-2/+4
* Copy POSIX l_len<0 handling from kern_lockf.cache2001-08-231-3/+6
* Originally BSD return EINVAL for l_len < 0, but now POSIX wants it too,ache2001-08-231-3/+6
* Cosmetique: correct English in commentsache2001-08-231-2/+3
* Cosmetique: correct English in commentsache2001-08-231-2/+2
* Even better move: suppose that server is able to handle SEEK_END,ache2001-08-232-12/+12
* Apparently SEEK_END locking not supported by NFS. Previous variantache2001-08-232-2/+10
* Cosmetique: more <sys/*> into one group, separate include families byache2001-08-232-2/+4
* Move <machine/*> after <sys/*>ache2001-08-233-3/+6
* Move <machine/*> after <sys/*>ache2001-08-231-2/+2
* Move <machine/*> after <sys/*>ache2001-08-231-3/+9
* the feederchain builder is currently broken for recording channels. disablecg2001-08-231-0/+3
* handle bogus values passed to SOUND_PCM_WRITE_CHANNELS/SNDCTL_DSP_CHANNELScg2001-08-231-4/+5
* make the 4dwave nx chip workcg2001-08-231-1/+1
* MFS: make SNDCTL_DSP_SETTRIGGER workcg2001-08-232-7/+5
* MFS: allow multiple opens of mixer devicescg2001-08-231-8/+11
* many changes:cg2001-08-2340-407/+738
* adv. lock:ache2001-08-231-2/+14
* adv. lock:ache2001-08-232-10/+10
* Detect off_t EOVERFLOW of start/end offsets calculations for adv. lock,ache2001-08-232-3/+27
* Oops. The new pci_ids array should be static.nsayer2001-08-231-1/+1
* Fix a #endif misplacement in 1.231 due to misapplied patchpeter2001-08-232-2/+2
* Fix a comment error that was fixed in the pc98 version. hw.maxmem ispeter2001-08-232-2/+2
* Merge i386/machdep.c rev 1.474: dont overextend %cs. (finally, it doesn'tpeter2001-08-232-32/+4
* Merge i386/machdep.c rev 1.469: whitespace changes to fit 80 columnspeter2001-08-232-64/+120
* Merge i386/machdep.c rev 1.468: make breakpoint/trace interrupt insteadpeter2001-08-232-4/+4
* Merge 386/machdep.c rev 1.467: fix bugs/miscalculationspeter2001-08-232-20/+24
* Identical to i386/machdep.c rev 1.473: move submap initialization to MI.peter2001-08-232-22/+12
* Merge i386/machdep.c rev 1.472: Fix bug in physmem_est and maxbcachepeter2001-08-232-8/+12
* Merge i386/machdep.c rev 1.470. Limit KVM for buffer cache etc.peter2001-08-232-2/+12
* Dont add UPAGES to the %cs segment limit. There is nothing there exceptpeter2001-08-232-32/+4
* Do not printf when we get called as a result of a pci shared interrupt,peter2001-08-232-6/+2
* Revert part of the last commit, as suggested by Nick. This is expected,peter2001-08-231-4/+1
* Dont compile in SSE fxsave/fxrstor instructions if CPU_ENABLE_SSE isn'tpeter2001-08-234-24/+60
OpenPOWER on IntegriCloud