summaryrefslogtreecommitdiffstats
path: root/sys/kern
Commit message (Expand)AuthorAgeFilesLines
* 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
* Give physio a makeover.phk1999-10-091-121/+54
* Update the PPSAPI to draft-mogul-pps-api-05.txt which is the latest.jhay1999-10-092-84/+108
* Add a newline to "WARNING: %s maxphys = 0 ??" so it doesn't trip upgreen1999-10-091-1/+1
* Call DEVICE_IDENIFY in bus_generic_driver_added to allow devices toimp1999-10-092-1/+2
* Removal of sys/device.hn_hibma1999-10-051-1/+0
* Fix style bug.marcel1999-10-041-1/+2
* A little step further in the dev_t cleanups:phk1999-10-041-17/+28
* Move the buffered read/write code out of spec_{read|write} and intophk1999-10-042-6/+0
* be more consistent about passing the whole/raw dev_t to the driverphk1999-10-041-4/+2
* Before we start to mess with the VFS name-cache clean things up a little bit:phk1999-10-035-212/+144
* In some drivers we use two devices to be able to boot.sos1999-10-022-1/+3
* Fix a problem relating to si_iosize_max which broke scsi devices.phk1999-10-022-5/+11
* Removed unnecessary splclock() protection for getmicrotime() andbde1999-10-021-16/+1
* Make all slices/partitions correctly inherit si_* fields.phk1999-09-301-6/+13
* Plug a potential filedescriptor leak. This will probably almostguido1999-09-301-1/+6
* Fix disk_close once more, and better this time.phk1999-09-301-2/+2
* Count bogus_page as wired.dt1999-09-301-0/+1
* Test the slices for openness before we close them; doing it the other waymsmith1999-09-301-1/+1
* Do not follow symlinks when binding a unix domain socket.guido1999-09-291-1/+1
* Remove v_maxio from struct vnode.phk1999-09-295-6/+8
* sigset_t change (part 2 of 5)marcel1999-09-298-375/+603
* sigset_t change (part 1 of 5)marcel1999-09-291-8/+16
* In sbflush(), don't exit the while loop too early: this can causepb1999-09-282-2/+16
* Introduce ttyread() and ttywrite() which do the canonical thing.phk1999-09-281-0/+29
* Fix process p_locks accounting. Conversions of the owner to LK_KERNPROCdillon1999-09-271-2/+5
* Change explicit use of the queue fields into use of the definitionsn_hibma1999-09-261-10/+13
* Update this to be able to output ASSERT_VOP_(UN)LOCKED() based on theeivind1999-09-262-510/+460
* Move the vop_islocked declaration to the top, in preparation for committingeivind1999-09-261-7/+7
* Remove five now unused fields from struct cdevsw. They should neverphk1999-09-258-60/+8
* This patch clears the way for removing a number of tty relatedphk1999-09-254-54/+16
* Add missing 't' in printf message.phk1999-09-251-1/+1
* Fix a hole in jail(2).phk1999-09-254-1/+21
* Stylistic cleanup.phk1999-09-221-5/+3
* Kill the cdevsw->d_maxio field.phk1999-09-221-7/+2
* Kill some spammage that seems to have gotten in through diffs from marcel'sgreen1999-09-211-3/+3
OpenPOWER on IntegriCloud