summaryrefslogtreecommitdiffstats
path: root/sys/kern
Commit message (Expand)AuthorAgeFilesLines
* A hack basically.. We have a bunch of code that used to callpeter1999-11-081-1/+8
* Add a vnode fo_stat() entry point.peter1999-11-081-1/+13
* Update socket file type for fo_stat(). soo_stat() becomes a fileopspeter1999-11-081-4/+6
* Update pipe code for fo_stat() entry point - pipe_stat() is now no longerpeter1999-11-081-5/+9
* Use fo_stat() rather than duplicating knowledge of file type internalspeter1999-11-081-59/+16
* Make vop_panic() a little more informative.phk1999-11-071-1/+3
* Simplify and de-bogotify check for raw disk.phk1999-11-071-31/+15
* Remove the devsw magic from DEV_MODULE()phk1999-11-071-17/+0
* Fix the advisory file locking by restoring previous ordering in closef()/green1999-11-071-8/+10
* add in actual getenv_quad functionmjacob1999-11-071-1/+17
* Put a lock on the disk structure while we open to avoid races.phk1999-11-061-3/+15
* Clean up a couple of initialisations in order to suppress a correctmsmith1999-11-062-4/+8
* Guard against freeing NULL if vfs_mountroot_try is called with NULLmsmith1999-11-052-4/+8
* Expand the sscanf buffer to 32 bytes to make room for the expandedmsmith1999-11-052-2/+2
* Allow vfs names to include the digits 0-9 as well as the letters a-z.msmith1999-11-042-2/+2
* Re-implement the handing of RB_CDROM in a machine-independant fashion.msmith1999-11-042-0/+48
* Move strto{u}[ql]() into their own libkern files.phk1999-11-031-314/+0
* Move isfoo() and friends to the newly created sys/ctype.h.phk1999-11-031-0/+1
* Make MFS work with the new root filesystem search process.msmith1999-11-032-16/+20
* Consolidate some of the various ctype(3) macros in one location.archie1999-11-021-8/+0
* Move a couple of globals here where they are initialised, rather thanmsmith1999-11-011-0/+7
* swapinit isn't called from vfs_mountroot, so don't complain about it inmsmith1999-11-011-18/+0
* This is a complete rewrite of vfs_conf.c, which changes the way the rootmsmith1999-11-012-316/+540
* Add strtol & strtoul to kernel. Derived from libc versions.phk1999-11-011-0/+157
* New function:phk1999-11-011-0/+16
* Most modern OSs have the ability to flag certain mounts as ones tojulian1999-11-012-4/+4
* Bail out of the process early if the coredumpfile limit is 0.sef1999-10-301-6/+10
* Remove a #define which doesn't do miracles anymore.phk1999-10-301-1/+0
* Change useracc() and kernacc() to use VM_PROT_{READ|WRITE|EXECUTE} for thephk1999-10-304-22/+19
* useracc() the prequel:phk1999-10-2919-20/+0
* Remove a KASSERT() that has fulfilled its purpose. Note that it didgreen1999-10-241-1/+0
* Adjust the buffer cache to better handle small-memory machines. Adillon1999-10-241-56/+57
* Now that Netgraph is in the system there are some cleanups we can do.julian1999-10-231-5/+6
* Eliminate remaining part of incorrect PCI bus numbering sanity check on syste...tegge1999-10-151-7/+0
* Missed the second argument of fdrop().green1999-10-141-1/+1
* Fix a race condition with shared fd tables and writev(). It'sgreen1999-10-141-2/+7
* Add a missing spl lowering.green1999-10-141-0/+1
* change identical and "programming error" panic("mcopy*")'s intoalfred1999-10-131-12/+9
* * Add struct resource_list* argument to resource_list_alloc anddfr1999-10-122-17/+100
* Don't let osigaction and osigvec accept the new signal numbers.marcel1999-10-121-47/+46
* Now that userland, including modules don't use the osig* syscallsmarcel1999-10-122-12/+12
* Now that userland including modules don't use the osig* syscalls,marcel1999-10-121-5/+5
* Unremove used includes.bde1999-10-121-0/+2
* Add a per-signal flag to mark handlers registered with osigaction, so weluoqi1999-10-113-66/+71
* Trim unused options (or #ifdef for undoc options).peter1999-10-1132-42/+12
* Clean up some cruft. We don't run <= 4.3 binaries on hp300 or luna68kpeter1999-10-111-21/+0
* Trim some unused #includespeter1999-10-111-2/+0
* Zap unneeded #includespeter1999-10-111-2/+0
* #ifdef PPS_SYNC around "kapi" declaration to fix a -Wunused warning.peter1999-10-102-0/+4
* Implement RLIMIT_SBSIZE in the kernel. This is a per-uid sockbuf totalgreen1999-10-095-16/+98
OpenPOWER on IntegriCloud