aboutsummaryrefslogtreecommitdiff
path: root/sys/sys
Commit message (Expand)AuthorAgeFilesLines
* Per previous announcement, remove the old version of the rc system.Doug Barton2003-05-021-1/+1
* Add the M_FREELIST flag, which is used to detect whenever aMike Silbersack2003-05-021-0/+1
* Move the flag that indicates an idle thread from the KSE to the thread.Julian Elischer2003-05-021-1/+1
* Small style tweaks to some members of struct session and sigio to be moreJohn Baldwin2003-05-011-5/+5
* Garbage collect unused TDF_INMSLEEP flag.John Baldwin2003-05-011-1/+0
* Remove DIOCGPC98 ioctl.Yoshihiro Takahashi2003-05-011-1/+0
* - Move decoding pc98_partition function into geom_pc98_enc.c.Yoshihiro Takahashi2003-05-011-0/+3
* Slight reorg and added AMD64 support. A couple of the MODINFOMD_* valuesPeter Wemm2003-05-011-0/+14
* Use the 64 bit sized struct kinfo_proc for AMD64.Peter Wemm2003-04-301-1/+2
* AMD64 uses the new-style cpu_switch()/cpu_throw() calling conventions.Peter Wemm2003-04-301-1/+1
* Style fixes to struct sigacts member comments. Sort function prototypes.John Baldwin2003-04-301-12/+12
* Make bitfields plain old u_int. u_int16_t makes no sense.Mark Murray2003-04-301-6/+6
* Deprecate machine/limits.h in favor of new sys/limits.h.Alexander Kabaev2003-04-291-1/+1
* Properly define CHAR_MIN/CHAR_MAX taking into account whether orAlexander Kabaev2003-04-281-2/+8
* Define AFMT_S16_NE for "16-bit signed format in machine'sMartin Blapp2003-04-281-0/+8
* Remove an unused declaration.Alan Cox2003-04-261-1/+0
* Add an argument to get_mcontext() which specified whether theDaniel Eischen2003-04-251-1/+1
* Make P_PROTECTED not conflict with P_STOPPED_SIG. ReplaceWes Peters2003-04-241-2/+1
* Fix a typo in UINT_MAX definition.Alexander Kabaev2003-04-241-1/+1
* Add a new sys/limits.h file which in turn depends on machine/_limits.hAlexander Kabaev2003-04-231-0/+107
* Update many of the locking notes and comments for structJohn Baldwin2003-04-231-49/+50
* Introduce a #define for the length of the bootloader code.Poul-Henning Kamp2003-04-231-0/+8
* - Move PS_PROFIL and its new cousin PS_STOPPROF back over to p_flag andJohn Baldwin2003-04-221-2/+2
* - Always call faultin() in _PHOLD() if PS_INMEM is clear. This closes aJohn Baldwin2003-04-221-6/+4
* Now that all uses of this file use explicit encoding/decoding, removePoul-Henning Kamp2003-04-211-36/+12
* Add defines for number of partitions, raw partition index and size ofPoul-Henning Kamp2003-04-211-1/+4
* Add prototypes for sunlabel_dec() and sunlabel_enc().Poul-Henning Kamp2003-04-211-0/+3
* Create a new function, device_is_attached(), that is likeWarner Losh2003-04-211-0/+1
* Introduce two flags to control upcall behaviour:David Xu2003-04-211-0/+4
* Add a member field for kse_upcall to cache kse mailbox flags.David Xu2003-04-211-0/+1
* Use u_int for the struct uidinfo reference count rather than u_short;Robert Watson2003-04-201-1/+1
* Back out last commit.Julian Elischer2003-04-181-9/+5
* - Make sigonstack() a regular function instead of an inline and add a procJohn Baldwin2003-04-181-16/+1
* Rename do_sigprocmask() to kern_sigprocmask() and make it a global symbolJohn Baldwin2003-04-181-0/+2
* Update NAI copyright to 2003, missed in earlier commits and merges.Robert Watson2003-04-182-2/+2
* Backed out rev.1.57. This restores format checking functions likeBruce Evans2003-04-181-1/+1
* Revert parts of 1.309 to allow processes to have a signal maskJulian Elischer2003-04-181-5/+9
* Add a thread_unlink() and use it.Julian Elischer2003-04-181-0/+1
* Adjust a few comments.John Baldwin2003-04-171-2/+2
* Bump __FreeBSD_version for new NSS implementation; addition ofJacques Vidrine2003-04-171-1/+1
* Separate the encoding/decoding functions for struct disklabel into aPoul-Henning Kamp2003-04-171-0/+9
* Move MAC label storage for mbufs into m_tags from the m_pkthdr structure,Robert Watson2003-04-143-4/+9
* Add definitions for location of the magic sequence and the lengthPoul-Henning Kamp2003-04-131-1/+5
* Made vmspace0 non-static. Its useful to be able to identify a vmspace asJake Burkholder2003-04-131-0/+1
* protoypes for the dos_partition encoding functions.Poul-Henning Kamp2003-04-121-1/+3
* Retire the experimental bio_taskqueue(), it was not quite as usable asPoul-Henning Kamp2003-04-121-2/+0
* - Adjust sched hooks for fork and exec to take processes as arguments insteadJeff Roberson2003-04-111-6/+17
* Convert the SMP_TSC kernel option into a loader tunable. Also enableDag-Erling Smørgrav2003-04-101-0/+4
* Change the operation parameter of bus_dmamap_sync() from anMaxime Henrion2003-04-101-10/+6
* Check M_TRYWAIT as a flag, not a constant, in MBTOM() mbuf allocatorRobert Watson2003-04-101-1/+1