summaryrefslogtreecommitdiffstats
path: root/sys/sys
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove sodropablereq - this function hasn't been used since thesilby2002-04-241-2/+0
* Wrap GCC-specific stuff and provide alternative for lint.markm2002-04-211-0/+7
* Parenthesise macro arguments to reduce lint warnings.markm2002-04-211-1/+1
* Used protected names (_foo) for parameter names. This helps clean upmarkm2002-04-212-36/+38
* Parenthesise macro arguments to reduce lint warnings.markm2002-04-212-6/+6
* Stylify, fix tabs.markm2002-04-211-70/+70
* Add typedef of sa_family_t to <sys/un.h>, per POSIX and X/Open. Hidemike2002-04-201-1/+14
* Add sa_family_t type to <sys/_types.h> and typedefs to <netinet/in.h>mike2002-04-202-2/+7
* Add a SI_DUMPDEV flag for devices.phk2002-04-192-0/+2
* When exec'ing a set[ug]id program, make sure that the stdio file descriptorsnectar2002-04-191-0/+1
* Cleanup comments.alfred2002-04-181-11/+2
* De-K&R dkcksum() to fix some issues with c++.alfred2002-04-173-6/+3
OpenPOWER on IntegriCloud