summaryrefslogtreecommitdiffstats
path: root/sys/kern
Commit message (Expand)AuthorAgeFilesLines
* All unimplemented VFS ops now have entries in kern/vfs_default.c that returnalfred1999-09-071-0/+116
* Change isa_get/set_flags() to device_get/set_flags().dfr1999-09-071-0/+13
* Set up FPU state on the AP.peter1999-09-051-0/+4
* Fixed style bugs in rev.1.36-1.39.bde1999-09-041-37/+28
* Fixed style regressions in previous commit.bde1999-09-041-6/+4
* Fix a warning for the !DEVFS case.peter1999-09-031-2/+4
* Allow getblk() to be called from an idle context (by panic() insideluoqi1999-09-031-4/+10
* Revert a bunch of contraversial changes by PHK. Afterjulian1999-09-032-21/+14
* Make prototype match function.sef1999-09-011-1/+1
* Use "multiple 4 char outdent until no wrap" rather than ANSI stringphk1999-09-011-7/+7
* Improve the micro "disk" layer after gaining more experience with it.phk1999-09-011-16/+70
* Improve the returned values in st_blksize a little bit, avoidphk1999-09-011-11/+21
* General cleanup of core-dumping code.julian1999-09-013-84/+84
* Include "dscheck" and device name in all messages from dscheck().phk1999-08-311-7/+13
* If integration of a buffer into a cluster write operation fails, releasetegge1999-08-311-1/+3
* Restructure TCP timeout handling:jlemon1999-08-301-9/+9
* ktrace should not follow symlinks either.dima1999-08-301-2/+2
* pps_shiftmax only exists #ifdef PPS_SYNCphk1999-08-301-0/+2
* Update to the latest nanokernel from Dave Mills.phk1999-08-301-106/+94
* s/si_tty_tty/si_tty/gphk1999-08-301-12/+12
* Make bdev userland access work like cdev userland access unlessphk1999-08-302-3/+0
* Remove unneeded "maj" variable.phk1999-08-291-6/+8
* Add micro "disk" layer which should enable us to pull all the slice/labelphk1999-08-291-0/+183
* Merge alpha and pc98 changes into i386 MBR handling code and replace allphk1999-08-291-6/+54
* initialize si_bsize_phys from what the drive told us.phk1999-08-291-1/+1
* Add dev_t freeing code. Controlled by sysctl debug.free_devt, defaultphk1999-08-293-11/+62
* Put a brief comment on a couple of #defines.phk1999-08-281-0/+7
* remove unused variables.phk1999-08-282-2/+2
* We don't need to pass the diskname argument all over the diskslice/labelphk1999-08-283-50/+42
* Regen after Id->FreeBSDpeter1999-08-282-2/+2
* 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
OpenPOWER on IntegriCloud