summaryrefslogtreecommitdiffstats
path: root/sys/sys
Commit message (Expand)AuthorAgeFilesLines
* Make proc's kg_nice/ki_nice explicitly signed for PPC. This is agrehan2004-01-222-2/+2
* Add linenumber and source filename to panic(9) output.phk2004-01-191-2/+4
* Restore correct semantics for F_DUPFD fcntl. This should fix the errorsdes2004-01-171-1/+1
* New file descriptor allocation code, derived from similar code introduceddes2004-01-151-6/+13
* Back out previous commit, which as bde@ pointed out is a no-op.des2004-01-141-2/+0
* #include <machine/cpufunc.h>, which may define inline versions of somedes2004-01-141-0/+2
* Add C implementations of ffsl(), fls() and flsl().des2004-01-131-1/+7
* Remove long dead code, specifically, code related to munmapfd().alc2004-01-111-3/+0
* Properly ifdef support for vfs locking assertions based on DEBUG_VFS_LOCKS.kan2004-01-051-27/+37
* Style fixes:kan2004-01-051-7/+4
* Make sigaltstack as per-threaded, because per-process sigaltstack statedavidxu2004-01-031-3/+3
* m_tag fixups in preparation for heavier use:sam2004-01-021-7/+72
* Happy 2004!imp2003-12-311-3/+3
* v_vxproc was a bogus name for a thread (pointer).bde2003-12-281-1/+1
* Move the declarations for nsfbufs and friends over to sf_buf.h fromsilby2003-12-282-3/+4
* Track three new sendfile-related statistics:silby2003-12-281-0/+4
* Move the declaration of sfbufspeak and sfbufsused to mbuf.h,silby2003-12-281-1/+3
* Fixed style bugs in rev.1.12 (unsorting of prototypes by adding new onesbde2003-12-271-4/+5
* GC the AMD64 special handling.obrien2003-12-261-2/+1
* regen (__restrict)alfred2003-12-261-8/+8
* Add __restrict qualifiers to copyinfrom, copyinstrfrom, copystr, copyinstr,alfred2003-12-262-9/+14
* regen (after removal of restrict)alfred2003-12-241-8/+8
* regenalfred2003-12-241-9/+9
* Add restrict qualifiers.alfred2003-12-241-8/+5
* GC the unused <machine/kse.h> file.peter2003-12-241-1/+0
* Regen - this should be essentially a NOP, except for rcsid changes.peter2003-12-233-3/+3
* Add an additional field to the elf brandinfo structure to supportpeter2003-12-231-2/+3
* Add a reminder note about removing the amd64 test here once the gcc33 portpeter2003-12-231-0/+1
* Catch a few places where NULL (pointer) was used where 0 (integer) waspeter2003-12-231-1/+1
* Don peril sensitive sunglasses and set NULL to an actual pointer type,peter2003-12-231-0/+4
* - Cleanup some garbage left by KSE. There is still much garbage left to bejeff2003-12-211-4/+0
* Bump __FreeBSD_version to indicate __cxa_atexit/__cxa_finalize presence.kan2003-12-191-1/+1
* Switch TCP over to using the inpcb label when responding in timedrwatson2003-12-172-0/+4
* style(9) pass and type fixups.bms2003-12-161-1/+1
* Push m_apply() and m_getptr() up into the colleciton of standard mbufbms2003-12-151-0/+3
* amd64 doesn't define __LP64__ in the compiler, but it definately needspeter2003-12-151-1/+1
* Regenpeter2003-12-103-4/+4
* Still-born. These landed in dev/kbtr in the end.obrien2003-12-102-485/+0
* Make msdosfs long filenames matching case insensitive again.fjoe2003-12-081-0/+1
* Change the definition of NULL on ia64 (for LP64 compilations) frommarcel2003-12-073-8/+40
* Regen due to kse_switchin(2).marcel2003-12-073-5/+13
* Add kse_switchin(2). This syscall can be used by KSE implementationsmarcel2003-12-071-0/+1
* Ooops. These are still used by the bktr driver. David O'Brien hasimp2003-12-071-0/+187
* Re-arrange and consolidate some random debugging stuffscottl2003-12-071-0/+6
* Remote meteor driver. It hasn't compiled in over 3 years. If someoneimp2003-12-071-187/+0
* HEAD __FreeBSD_version is at 502100scottl2003-12-071-1/+1
* Rename mac_create_cred() MAC Framework entry point to mac_copy_cred(),rwatson2003-12-062-3/+3
* Fix all users of mp_maxid to use the same semantics, namely:jhb2003-12-031-1/+1
* Export a few SMP related symbols in UP kernels as well. This is needed tojhb2003-12-031-6/+7
* Correct a problem where ipfw-generated packets were being returnedsam2003-11-241-2/+3
OpenPOWER on IntegriCloud