summaryrefslogtreecommitdiffstats
path: root/sys/kern
Commit message (Expand)AuthorAgeFilesLines
* Added a flags arg to dsopen() and updated drivers. The DSO_ONESLICEbde1998-07-301-14/+24
* Only access an int for READU/WRITEU since that is what ptrace is declared todfr1998-07-291-2/+2
* Default to FreeBSD if no brand detected. This makes life easier whendfr1998-07-291-5/+12
* Fixed printf format errors.bde1998-07-295-61/+68
* Centralized and optimized handling of large sectors. Centralizedbde1998-07-291-31/+74
* Use the slice-relative blkno in all parts of the label writebde1998-07-291-3/+3
* Make the logging of abnormally exiting processes optional by a sysctl.joerg1998-07-281-6/+11
* Set bp->b_resid for failed transfers in dscheck(). This is thebde1998-07-281-1/+2
* Used daddr_t's, not ints, to store disk block numbers. Updated printfbde1998-07-281-9/+11
* Fixed double counting of runtime after a process exits. The lastbde1998-07-271-1/+11
* Only call m_reclaim() if M_WAIT since calling it from an interrupt candg1998-07-271-3/+11
* Don't pass the label to diskerr(), since the label is being constructedbde1998-07-251-3/+3
* Add some very simple support for a compiled in (from config(8)) resourcedfr1998-07-221-1/+123
* Initialize more defaults for the in-core label for the whole disk.bde1998-07-201-24/+46
* Cleaned up rev.1.39 - the shadowing variable should have just gone away.bde1998-07-201-6/+4
* Moved allocation of the slices struct to the right place. Initializebde1998-07-202-29/+45
* Backed out rev.1.43 (removed nonsense SLICE ifdef). SLICE isbde1998-07-201-4/+1
* Undo rev 1.41 until we get more details about why it makes some systemsfenner1998-07-181-2/+1
* Changed %n to %r in devfs name format strings. %n has almost gone away.bde1998-07-151-3/+3
* Cast between longs and pointers via intptr_t. There shouldn't bebde1998-07-151-17/+17
* Cast between u_longs and object pointers via uintptr_t.bde1998-07-151-5/+5
* Cast between longs and pointers via intptr_t. The results of fuword()bde1998-07-151-9/+9
* Cast longs to intptr_t before casting them to pointers.bde1998-07-151-5/+8
* Cast pointers to intptr_t instead of or before casting to long.bde1998-07-151-5/+5
* Cast u_longs to uintptr_t before casting them to pointers. Don'tbde1998-07-153-12/+14
* Cast function pointers to uintfptr_t before casting them to u_long.bde1998-07-151-5/+7
* Cast pointers to uintptr_t/intptr_t instead of to u_long/long,bde1998-07-1511-51/+51
* Changed to the C9x draft spelling of the (unsigned) integral typebde1998-07-142-7/+6
* Fixed printf format errors.bde1998-07-131-4/+5
* Initialise all the fields separately in vattr_null since on the alphadfr1998-07-122-16/+34
* Change interrupt api to be closer to intr_create/intr_connect.dfr1998-07-122-8/+24
* Moved definition of fscale from param.c to kern_synch.c where itbde1998-07-112-7/+6
* Fixed printf format errors.bde1998-07-112-12/+13
* Fixed printf format errors.bde1998-07-111-5/+5
* Fixed printf format errors.bde1998-07-119-31/+40
* Fixed (un)sign extension bugs in %+n format. -4 becamebde1998-07-081-7/+16
* Add support for run-time configuration of core file names. In a nutshell,sef1998-07-081-5/+93
* Catch a few corner cases where FreeBSD differs enough from BSD 4.4 tojulian1998-07-081-3/+4
* Don't depend on gcc's feature of casting lvalues.bde1998-07-072-6/+8
* Introduce (fairly hacky) workaround for odd TCP behavior with applicationfenner1998-07-061-1/+2
* fix braino from yesterdays' megacommitjulian1998-07-051-2/+2
* There is no such thing any more as "struct bdevsw".julian1998-07-044-118/+106
* VOP_STRATEGY grows an (struct vnode *) argumentjulian1998-07-046-74/+16
* Hmm, braino in last commit.phk1998-07-042-8/+10
* Change the sign on a race-condition, so that instead of ending up severalphk1998-07-042-16/+36
* Update M_EXT support in m_copypacket().phk1998-07-031-3/+11
* Reset MNT_ASYNC flag if needed if unmount() should fail.dg1998-07-032-2/+8
* When we transfer time from one timecounter to the next, use nanouptime(),phk1998-07-022-8/+8
* Add 3 sysctl variables for future use by ps)1_phk1998-06-302-2/+6
* Nuked opt_defunct.h and kern_opt.c. config(8) now generates good enoughbde1998-06-301-49/+0
OpenPOWER on IntegriCloud