summaryrefslogtreecommitdiffstats
path: root/sys/kern
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add trailing newline to sys/syscall.mk so that diff doesn't choke on it.phk1998-06-281-1/+2
* Added a sysctl variable kern.sugid_coredump for controlling coredumpdg1998-06-281-2/+7
* Report the mode as the result of the VOP_GETATTR rather than thephk1998-06-271-2/+2
* Remove isdisk() hacks.phk1998-06-261-70/+3
* Remove bdevsw_add(), change the only two users to use bdevsw_add_generic().phk1998-06-252-20/+8
* Removed unused includes.bde1998-06-213-12/+3
* Removed unused includes.bde1998-06-211-2/+1
* Round tickadj up. This prevents tickadj from being 0 when HZ > 500,bde1998-06-211-2/+2
* Converted add_interrupt_randomness() to take a `void *' arg. Rewrotebde1998-06-211-7/+9
* Changed the type of an isa/general interrupt handler to take abde1998-06-182-5/+4
* Use copyout() instead of bcopy() to copy the image to user space.bde1998-06-161-5/+7
* [Add missing files from previous commit]dfr1998-06-143-0/+383
* Major changes to the generic device framework for FreeBSD/alpha:dfr1998-06-141-166/+229
* Introduce std_pps_ioctl() to automagically DTRT.phk1998-06-131-16/+61
* Only build this on i386 for now. I may use it for the alpha later butdfr1998-06-111-1/+10
* Replace 'sleep()' with 'tsleep()'julian1998-06-102-4/+8
* Submitted by: Kirk McKusick <mckusick@McKusick.COM>julian1998-06-102-16/+36
* Add initial support for the FreeBSD/alpha kernel. This is very much adfr1998-06-101-0/+854
* 64bit fixes: don't cast pointers to int.dfr1998-06-101-14/+14
* 64bit fixes: don't cast p->p_retval to an int*.dfr1998-06-101-3/+5
* 64bit fixes: use u_long not int for ioctl command.dfr1998-06-101-2/+3
* 64bit fixes: use size_t not u_int for sizes.dfr1998-06-101-2/+2
* 64bit fixes: p->p_retval is a register_t[] not an int[].dfr1998-06-101-3/+4
* Add a tc_ prefix to struct timecounter members.phk1998-06-095-182/+190
* Pass lists of possible root devices and their names up to thebde1998-06-092-32/+56
* Don't generate COMPAT_43 cruft if there are no COMPAT_43 syscalls.bde1998-06-091-12/+18
* Remove some junk left over from a previous commit.dyson1998-06-082-12/+2
* Updated generated files.bde1998-06-082-2/+2
* Fixed some style bugs in output (missing tabs and unparenthesized macros).bde1998-06-081-31/+30
* Fix a typo which prevented i386 elf from working at all (including Linuxdfr1998-06-081-2/+2
* Add a member function more to the timecounters, this one is for usephk1998-06-072-12/+64
* This commit fixes various 64bit portability problems required fordfr1998-06-0733-115/+228
* Add a "this" style argument and a "void *private" so timecounters canphk1998-06-073-16/+16
* Don't attempt to copy the whole slices "struct" for DIOCGSLICEINFO.bde1998-06-061-2/+3
* Moved limit frobbing (and the resulting limcopy()) that occurs fordg1998-06-052-9/+13
* If we are out of mb_map space and we failed to m_reclaim() anything anddg1998-06-051-7/+15
* Correct sleep priority.dyson1998-06-021-2/+2
* Set PAGE_SIZE for _SC_PAGESIZE sysconf().dufault1998-06-011-0/+1
* Have the wakeup routine do the upcall if needed.peter1998-05-312-2/+6
* Some cleanups related to timecounters and weird ifdefs in <sys/time.h>.phk1998-05-287-74/+115
* Make flushing dirty pages work correctly on filesystems thatdyson1998-05-211-12/+8
OpenPOWER on IntegriCloud