summaryrefslogtreecommitdiffstats
path: root/sys/sys
Commit message (Expand)AuthorAgeFilesLines
* Strategic diff reduction against TrustedBSD MAC branch: introduce anrwatson2002-05-141-0/+1
* Make daddr_t and u_daddr_t 64bits wide.phk2002-05-143-8/+7
* Roll the LOG2 macro up again, I don't belive unrolling this for 64bitsphk2002-05-141-31/+13
* Make the mtio data structures explicitly sized.phk2002-05-141-13/+13
* Move a few ancient minor-number definitions for tapedrives to thephk2002-05-141-14/+0
* Bump for GCC 3.1.obrien2002-05-131-1/+1
* ARGH! SBLOCK is not unused. Try to get this right.phk2002-05-123-0/+9
* Restore the ability to take crashdumps on alpha. This was cut and pastedgallatin2002-05-111-0/+1
* As a temporary bandaid disable '__printf0like' unconditionally, italfred2002-05-111-1/+1
* p_leader is only set at fork1() time, so update its locking notejhb2002-05-101-1/+1
* Add a hack (ported from NetBSD) to support Sun disk labels.obrien2002-05-091-0/+101
* Remove trace_req().mini2002-05-091-1/+0
* Make funsetown() take a 'struct sigio **' so that the locking canalfred2002-05-061-1/+1
* o Header files shouldn't depend on options: Provide prototypesalc2002-05-061-2/+0
* Include <sys/queue.h> so that this file provides its own namespacebde2002-05-061-0/+1
* Add the lchflags(2) syscall.mux2002-05-054-5/+13
* o Condition the compilation of uiomoveco() and vm_uiomove()alc2002-05-051-0/+2
* Expand the one-line function pbreassignbuf() the only place it is or couldphk2002-05-051-1/+0
* Move some UFS related stuff home where it belongs.phk2002-05-051-6/+0
* Add a KERNELDUMPMAGIC_CLEARED macro to unbreak savecore. Sincemux2002-05-051-0/+1
* Fixed breakage of binary compatibility of the kern.clockrate sysctl inbde2002-05-051-0/+1
* Shake unused stuff out of the flags in struct buf->b_flags.phk2002-05-041-9/+11
* The struct buf->b_act was not used anywere.phk2002-05-041-1/+0
* Initialize time_second to 1 instead of zero to pacify slightly bogus arp code.phk2002-05-031-1/+1
* Adjust KINFO_PROC_SIZE due to segsz_t being changed from a 32-bit tomarcel2002-05-031-4/+1
* Cleanup, quote:alfred2002-05-021-32/+29
* malloc/free(9) no longer require Giant. Use the malloc_mtx to protect thejeff2002-05-021-1/+6
* Redo the sigio locking.alfred2002-05-012-14/+8
* Axe unused SESS_UNLOCK_NOSWITCH() and PGRP_UNLOCK_NOSWITCH() macros. Thejhb2002-05-011-4/+0
* Document the location (in the source tree) of the "Porter's Handbook".mdodd2002-04-301-0/+3
* Bump __FreeBSD_version for mtx_init() change.mdodd2002-04-301-1/+1
* Convert longs to u_longs in stats. This will hold off wrap arounds for ajeff2002-04-301-4/+4
* Brucifixion ? Yes, out that door, row on the left, one patch each.phk2002-04-303-54/+51
* Revert the change of #includes in sys/filedesc.h and sys/socketvar.h.tanimura2002-04-303-19/+16
* Since devfs now uses vnode locks, add devfs back to IS_LOCKING_VFS.rwatson2002-04-291-0/+1
* Make this header self-reliant with regard to the types it uses.mike2002-04-291-12/+28
* Stylistic sweep through the timecounter code.phk2002-04-282-50/+24
* Removed unused forward struct declaration.bde2002-04-281-1/+0
* Avoid the user-visible effect of setting SA_NOCLDWAIT when theiedowse2002-04-271-0/+1
* Add a global sx sigio_lock to protect the pointer to the sigio objecttanimura2002-04-272-12/+58
* Move the new byte order function prototypes from <sys/param.h> tomike2002-04-262-36/+77
* Now that the private parts of timecounters are no longer being fingeredphk2002-04-262-13/+4
* Hide the private parts of timecounter from a couple of places that don'tphk2002-04-262-2/+3
* Simplify the RFC2783 and PPS_SYNC timestamp collection API.phk2002-04-261-7/+13
* Move the winding of timecounters out of hardclock and into a normalphk2002-04-261-1/+0
* Various cleanup and sorting of clock reading functions. Add the twophk2002-04-261-6/+35
* Remove the tc_update() function. Any frequency change to thephk2002-04-261-1/+0
* Add UDF to the list of filesystems where locking assertions should berwatson2002-04-261-1/+2
* 1.43 (dfr 04-Apr-97): /*rwatson2002-04-261-2/+1
* Don't use the symbol name to lookup the symbol value when we can usemarcel2002-04-251-2/+3
OpenPOWER on IntegriCloud