summaryrefslogtreecommitdiffstats
path: root/sys/kern
Commit message (Expand)AuthorAgeFilesLines
* Id -> FreeBSDpeter1999-08-281-1/+1
* $Id$ -> $FreeBSD$peter1999-08-28110-110/+110
* Add sysctl variables for the Linuxulator. These reside under `compat.linux' asmarcel1999-08-272-4/+9
* Add FIODTYPE ioctl for getting d_flags (type) info on a device.green1999-08-271-1/+7
* Don't follow symlinks on coredumps.dima1999-08-262-6/+6
* Simplify the handling of VCHR and VBLK vnodes using the new dev_t:phk1999-08-264-440/+118
* Introduce vn_isdisk(struct vnode *vp) function, and use it to test for diskness.phk1999-08-252-18/+40
* Add a couple of missing but unimportant break; statements.phk1999-08-251-1/+3
* Make DEVFS use PHK's specinfo struct as the source of dev_t and devsw.julian1999-08-252-6/+4
* Cast pointers to uintptr_t instead of casting them to u_long, and/or vicebde1999-08-244-12/+13
* Cast pointers to uintptr_t instead of casting them to u_long. Theybde1999-08-241-5/+5
* Convert DEVFS hooks in (most) drivers to make_dev().phk1999-08-238-143/+38
* Use devtoname() to print dev_t's instead of casting them to long or u_longbde1999-08-231-3/+3
* Fix a mistake in my last SA_SIGINFO commit. Processes could blockcracauer1999-08-231-2/+2
* Go back to using microtime() to get the timestamps for {f,l,}utimes(path,jdp1999-08-222-4/+6
* 1) Add HEADER section. Similar to CODE.n_hibma1999-08-221-41/+58
* Use the new vfs_timestamp() function to create the timestamps usedjdp1999-08-222-86/+92
* Support full-precision file timestamps. Until now, only the secondsjdp1999-08-222-2/+86
* Use more compiler friendly test for overflow.phk1999-08-211-3/+3
* Detect if the the offset used to read from a raw device loose bitsphk1999-08-211-2/+8
* Implement a new generic mechanism for attaching handler functions tomsmith1999-08-213-138/+201
* First small steps at merging DEVFS and PHK's Dev_t stuff.julian1999-08-203-29/+32
* Change the name of the static variable 'files' to 'linker_files' ingrog1999-08-201-14/+14
* Fix a typo and a bug.peter1999-08-191-10/+12
* Don't initialize run queues here, do it all in one place.peter1999-08-191-22/+2
* Run queue heads have moved to TAILQ's.peter1999-08-191-5/+1
* Extract the next runnable process selection out of cpu_switch() into apeter1999-08-191-0/+204
* Remove redundant spaces in the whole line, not only the first occurrence.n_hibma1999-08-181-3/+3
* Devfs isn't quite dead yet... Add back devfs support to ptys..julian1999-08-171-1/+36
* Welcome devtoname(), to most likely be used when printing informationbillf1999-08-171-1/+8
* Change calling of chained event handler from always aftern_hibma1999-08-161-3/+7
* expand_name:billf1999-08-161-5/+5
* Introduce lminor(dev_t dev), which returns a linear minor number,phk1999-08-151-1/+12
* Fix potential overflow, remove unnecessary bzero.alfred1999-08-141-12/+11
* add debugging message in unregister_methodn_hibma1999-08-141-1/+2
* Minor spelling glitchn_hibma1999-08-141-2/+2
* Spring cleaning around strategy and disklabels/slices:phk1999-08-146-94/+49
* Grrrr. Fix a really lame bug that I tripped over while testing my miibuswpaul1999-08-141-2/+2
* oops: Add missing include.phk1999-08-131-1/+2
* Move the special-casing of stat(2)->st_blksize for device filesphk1999-08-131-2/+15
* Register our dev_t with make_devphk1999-08-131-13/+2
* The bdevsw() and cdevsw() are now identical, so kill the former.phk1999-08-134-18/+14
* s/v_specinfo/v_rdev/phk1999-08-133-10/+10
* Replace a redundant vfs_object_create() call (already done in vn_open)alfred1999-08-122-6/+8
* Make subr_bus.c actually compile with -DBUS_DEBUGpeter1999-08-111-6/+6
* Add CPT_NOA, LIBCOMPAT, NODEF, NOARGS, NOPROTO, and NOIMPL to the commentednik1999-08-111-2/+3
* Zap some stray references to DRIVER_TYPE_foo in the BUS_DEBUG case, aspeter1999-08-111-12/+3
* Stop profiling on exec.imp1999-08-111-1/+4
* When doing a dump, if ENODEV is returned explain what happened to the user,alfred1999-08-111-3/+13
* make alpha compile again.phk1999-08-091-2/+2
OpenPOWER on IntegriCloud