summaryrefslogtreecommitdiffstats
path: root/sys/sys
Commit message (Expand)AuthorAgeFilesLines
* Define ovbcopy() as a macro which expands to the equivalent bcopy() call,des2003-04-041-6/+1
* Retire <sys/diskslice.h>phk2003-04-041-35/+0
* Libdisk does not need to include <sys/diskslice.h> any more.phk2003-04-042-42/+0
* Retire the DIOCGMBR ioctl before anybody starts to use it.phk2003-04-031-1/+0
* Remove BIO_SETATTR from non-GEOM part of kernel as well.phk2003-04-031-1/+0
* Add #define for DOSPTYP_PMBR, and use it.phk2003-04-031-0/+1
* Pointy hat commit:phk2003-04-031-3/+3
* Use "unsigned char" instead of "u_char" to avoid trouble.phk2003-04-031-12/+12
* Add inline functions {be,le}{16,32,64}{enc,dec}() for encoding decodingphk2003-04-031-0/+108
* NO_GEOM cleanup: Remove dkmakeminor().phk2003-04-031-32/+0
* Commit a partial lazy thread switch mechanism for i386. it isn't as lazypeter2003-04-021-0/+5
* Remove the #define for bioqdisksort(), it's no longer needed.phk2003-04-011-1/+0
* I think the divorce successed, so stop #including <geom/geom_disk.h>phk2003-04-011-2/+1
* Start to split the GEOM/diskdriver specific bits into geom/geom_disk.hphk2003-04-011-47/+1
* Introduce bioq_flush() function.phk2003-04-011-0/+1
* - Regen.jeff2003-04-013-3/+3
* - Regen for umtx.jeff2003-04-013-5/+17
* - Add an entry and a head for the queue of threads blocked on a umtx.jeff2003-04-011-0/+4
* - Add an api for doing smp safe locks in userland.jeff2003-04-011-0/+87
* - Regen for thr related system calls.jeff2003-04-013-5/+36
* - Add two files to support the thr threading interface.jeff2003-04-011-0/+52
* - Define a new md function 'casuptr'. This atomically compares and setsjeff2003-04-011-0/+1
* - Regen for the sig*wait* system calls.jeff2003-03-313-5/+27
* - According to mike@FreeBSD.org SIGTHR should be hiden byjeff2003-03-311-3/+2
* - Define sigwait, sigtimedwait, and sigwaitinfo in terms ofjeff2003-03-311-2/+0
* - Move the NEEDSIGCHK and OLDMASK flags from proc to thread.jeff2003-03-311-10/+11
* - Move p->p_sigmask to td->td_sigmask. Signal masks will be per thread withjeff2003-03-311-5/+9
* - Add a signal for thread synchronization. Add an XXX so that maybejeff2003-03-311-0/+4
* - Change trapsignal() to accept a thread and not a proc.jeff2003-03-311-1/+1
* Add a facility allowing processes to inform the VM subsystem they arewes2003-03-312-0/+2
* retire the "busy" field in bioqueues, it's served it's purpose.phk2003-03-301-1/+0
* Preparation commit before I start on the bioqueue lockdown:phk2003-03-301-18/+3
* Pass the vm_page's address to sf_buf_alloc(); map the vm_page as partalc2003-03-291-1/+1
* Add the m_defrag routine, as discussed on committers@. Thissilby2003-03-291-0/+1
* Move details of dev_t (and udev_t) to <sys/_types.h>.mike2003-03-284-31/+28
* Sysctl treats `long' and `unsigned long' differently - fix a comment.robert2003-03-281-1/+1
* bump __FreeBSD_version for thread-safe realpath(3)fjoe2003-03-281-1/+1
* Add a checksum to the kernel message buffer, and update it everyiedowse2003-03-281-0/+1
* o Fix a comment.maxim2003-03-272-5/+1
* Adjust the number of vnodes scanned by vlrureclaim() according to thetegge2003-03-261-0/+1
* Add MBTOM(), a macro that converts from an mbuf blocking dispositionrwatson2003-03-261-0/+1
* Modify the mac_init_ipq() MAC Framework entry point to accept anrwatson2003-03-262-2/+2
* Correct comment, MSIZE and MCLBYTES are defined in sys/param.hmux2003-03-261-2/+2
* Fix 2 vm_offset_t -> vm_paddr_t missed in previous commit.jake2003-03-251-2/+2
* Bump __FreeBSD_version for addition of vm_paddr_t and kvtop prototypejake2003-03-251-1/+1
* - Add vm_paddr_t, a physical address type. This is required for systemsjake2003-03-255-4/+5
* Oops, SHUTDOWN_PRI_LAST should be EVENTHANDLER_PRI_LAST, notjhb2003-03-241-1/+1
* Replace the at_fork, at_exec, and at_exit functions with the slightly morejhb2003-03-242-18/+11
* Define some generic eventhandler priorities for use with eventhandlers andjhb2003-03-241-6/+11
* Remove unused mtx_lock_giant(), mtx_unlock_giant(), related globalstjr2003-03-231-9/+0
OpenPOWER on IntegriCloud