summaryrefslogtreecommitdiffstats
path: root/sys/sys
Commit message (Expand)AuthorAgeFilesLines
...
* Make the TUNABLE_*() macros look and behave more consistantly like thepeter2001-06-061-20/+23
* Style and cosmetic cleanups. This driver is now reasonably stlye(9)dd2001-06-051-4/+0
* Unstaticize l_nullioctl; it is needed elsewhere (like in tty_snoop.c).dd2001-06-042-0/+2
* Add a new psuedo-KTR trace level KTR_ALL which is a mask of all currentlyjhb2001-06-041-0/+1
* Remove unused includes, use *min() inline functions rather than add2001-06-031-1/+0
* Support GCC 3.0obrien2001-06-021-1/+1
* Clean up the code exporting interrupt statistics via sysctl a bit:tmm2001-06-011-0/+6
* Back out jesper's 2001/05/31 14:58:11 PDT commit. It does not compile.obrien2001-06-011-5/+0
* Move the definition of NMBCLUSTERS from src/sys/kern/uipc_mbuf.cjesper2001-05-311-0/+5
* Remove MFSphk2001-05-291-2/+1
* Add B460800 defineache2001-05-291-0/+1
* Add more high speedsache2001-05-291-3/+5
* Remove unused d_parms_t typedefphk2001-05-292-2/+0
* Add a CONS_CLRHIST ioctl which instructs syscons to clear the historydd2001-05-271-0/+3
* o Include file to provide prototypes for regression testing-specificrwatson2001-05-261-0/+38
* Create a general facility for making dev_t's depend on anotherphk2001-05-262-2/+10
* o Merge contents of struct pcred into struct ucred. Specifically, add therwatson2001-05-253-23/+13
* Restrict even further what parts of <sys/conf.h> can be seen fromphk2001-05-242-4/+12
* This patch implements O_DIRECT about 80% of the way. It takes a patchsetdillon2001-05-244-6/+15
* Add snp_olddisc member to struct snoop; the linedisc'ized snp(4) uses this.dd2001-05-241-0/+1
* Polish getnano{up}*time() prototypes.phk2001-05-231-2/+2
* Use the correct enums in struct sysinit.phk2001-05-231-2/+2
* syslog.h fails to compile with -Wwrite-stringsphk2001-05-211-2/+2
* Add convenience function kernel_sysctlbyname() for kernel consumers,jlemon2001-05-191-0/+3
* Regen syscalls that were made mpsafe via vm_mtxalfred2001-05-194-4/+4
* Add a new ioctl to syscons, CONS_SCRSHOT. Given a userland buffer, itnik2001-05-181-0/+10
* - Remove the global ithread_list_lock spin lock in favor of per-ithreadjhb2001-05-171-0/+4
* Cosmetics to rev.1.89: removed argument names in a function prototype.ru2001-05-171-1/+1
* Change the ioctl interface to prepare for new functionality.sos2001-05-171-45/+50
* digiModel_t -> enum digi_modelbrian2001-05-171-8/+3
* Change the second argument of vflush() to an integer that specifiesiedowse2001-05-161-1/+1
* "Sir, the deorbit burn completed succesfully."jhb2001-05-151-41/+0
* Add a PROC_TRYLOCK() macro to perform a mtx_trylock() on the process lock.jhb2001-05-151-0/+1
* Implement a few more floppy ioctl commands and IO options, namely:joerg2001-05-141-2/+18
* - Convert msleep(9) in select(2) and poll(2) to cv_*wait*(9).tanimura2001-05-141-1/+1
* Add a new macro to test if a process' proc lock is held by the currentjhb2001-05-111-0/+1
* - Split out the support for per-CPU data from the SMP code. UP kernelsjhb2001-05-102-6/+50
* Actually biofinish(struct bio *, struct devstat *, int error) is more generalphk2001-05-062-5/+15
* Introduce bioerror(struct bio*, int err, int complete);phk2001-05-061-0/+10
* - Move state about lock objects out of struct lock_object and into a newjhb2001-05-043-28/+30
* Wrap around MALLOC_DECLARE() invocation with #ifdef.bp2001-05-031-0/+2
* Add a ``digi'' driver.brian2001-05-021-0/+66
* Implement vop_std{get|put}pages() and add them to the default vop[].phk2001-05-011-0/+2
* Undo part of the tangle of having sys/lock.h and sys/mutex.h included inmarkm2001-05-0116-48/+134
* Add a vop_stdbmap(), and make it part of the default vop vector.phk2001-04-291-0/+1
* Overhaul of the SMP code. Several portions of the SMP kernel support havejhb2001-04-273-142/+53
* Initiate the deorbit burn sequence for sys/ipl.h by moving the softwarejhb2001-04-272-13/+13
* Move the netexport structure from the fs-specific mountstructurephk2001-04-251-24/+7
* o Separate acl_t into internal and external representations asjedgar2001-04-241-3/+10
* Back out previous commit.grog2001-04-231-0/+4
OpenPOWER on IntegriCloud