aboutsummaryrefslogtreecommitdiff
path: root/sys/kern
Commit message (Expand)AuthorAgeFilesLines
* Move a couple of globals here where they are initialised, rather thanMike Smith1999-11-011-0/+7
* swapinit isn't called from vfs_mountroot, so don't complain about it inMike Smith1999-11-011-18/+0
* This is a complete rewrite of vfs_conf.c, which changes the way the rootMike Smith1999-11-012-316/+540
* Add strtol & strtoul to kernel. Derived from libc versions.Poul-Henning Kamp1999-11-011-0/+157
* New function:Poul-Henning Kamp1999-11-011-0/+16
* Most modern OSs have the ability to flag certain mounts as ones toJulian Elischer1999-11-012-4/+4
* Bail out of the process early if the coredumpfile limit is 0.Sean Eric Fagan1999-10-301-6/+10
* Remove a #define which doesn't do miracles anymore.Poul-Henning Kamp1999-10-301-1/+0
* Change useracc() and kernacc() to use VM_PROT_{READ|WRITE|EXECUTE} for thePoul-Henning Kamp1999-10-304-22/+19
* useracc() the prequel:Poul-Henning Kamp1999-10-2919-20/+0
* Remove a KASSERT() that has fulfilled its purpose. Note that it didBrian Feldman1999-10-241-1/+0
* Adjust the buffer cache to better handle small-memory machines. AMatthew Dillon1999-10-241-56/+57
* Now that Netgraph is in the system there are some cleanups we can do.Julian Elischer1999-10-231-5/+6
* Eliminate remaining part of incorrect PCI bus numbering sanity check on syste...Tor Egge1999-10-151-7/+0
* Missed the second argument of fdrop().Brian Feldman1999-10-141-1/+1
* Fix a race condition with shared fd tables and writev(). It'sBrian Feldman1999-10-141-2/+7
* Add a missing spl lowering.Brian Feldman1999-10-141-0/+1
* change identical and "programming error" panic("mcopy*")'s intoAlfred Perlstein1999-10-131-12/+9
* * Add struct resource_list* argument to resource_list_alloc andDoug Rabson1999-10-122-17/+100
* Don't let osigaction and osigvec accept the new signal numbers.Marcel Moolenaar1999-10-121-47/+46
* Now that userland, including modules don't use the osig* syscallsMarcel Moolenaar1999-10-122-12/+12
* Now that userland including modules don't use the osig* syscalls,Marcel Moolenaar1999-10-121-5/+5
* Unremove used includes.Bruce Evans1999-10-121-0/+2
* Add a per-signal flag to mark handlers registered with osigaction, so weLuoqi Chen1999-10-113-66/+71
* Trim unused options (or #ifdef for undoc options).Peter Wemm1999-10-1132-42/+12
* Clean up some cruft. We don't run <= 4.3 binaries on hp300 or luna68kPeter Wemm1999-10-111-21/+0
* Trim some unused #includesPeter Wemm1999-10-111-2/+0
* Zap unneeded #includesPeter Wemm1999-10-111-2/+0
* #ifdef PPS_SYNC around "kapi" declaration to fix a -Wunused warning.Peter Wemm1999-10-102-0/+4
* Implement RLIMIT_SBSIZE in the kernel. This is a per-uid sockbuf totalBrian Feldman1999-10-095-16/+98
* Give physio a makeover.Poul-Henning Kamp1999-10-091-121/+54
* Update the PPSAPI to draft-mogul-pps-api-05.txt which is the latest.John Hay1999-10-092-82/+106
* Add a newline to "WARNING: %s maxphys = 0 ??" so it doesn't trip upBrian Feldman1999-10-091-1/+1
* Call DEVICE_IDENIFY in bus_generic_driver_added to allow devices toWarner Losh1999-10-092-1/+2
* Removal of sys/device.hNick Hibma1999-10-051-1/+0
* Fix style bug.Marcel Moolenaar1999-10-041-1/+2
* A little step further in the dev_t cleanups:Poul-Henning Kamp1999-10-041-17/+28
* Move the buffered read/write code out of spec_{read|write} and intoPoul-Henning Kamp1999-10-042-6/+0
* be more consistent about passing the whole/raw dev_t to the driverPoul-Henning Kamp1999-10-041-4/+2
* Before we start to mess with the VFS name-cache clean things up a little bit:Poul-Henning Kamp1999-10-035-212/+144
* In some drivers we use two devices to be able to boot.Søren Schmidt1999-10-022-1/+3
* Fix a problem relating to si_iosize_max which broke scsi devices.Poul-Henning Kamp1999-10-022-5/+11
* Removed unnecessary splclock() protection for getmicrotime() andBruce Evans1999-10-021-16/+1
* Make all slices/partitions correctly inherit si_* fields.Poul-Henning Kamp1999-09-301-6/+13
* Plug a potential filedescriptor leak. This will probably almostGuido van Rooij1999-09-301-1/+6
* Fix disk_close once more, and better this time.Poul-Henning Kamp1999-09-301-2/+2
* Count bogus_page as wired.Dmitrij Tejblum1999-09-301-0/+1
* Test the slices for openness before we close them; doing it the other wayMike Smith1999-09-301-1/+1
* Do not follow symlinks when binding a unix domain socket.Guido van Rooij1999-09-291-1/+1
* Remove v_maxio from struct vnode.Poul-Henning Kamp1999-09-295-6/+8