index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sys
/
kern
/
init_main.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Some cleanups related to timecounters and weird ifdefs in <sys/time.h>.
phk
1998-05-28
1
-5
/
+7
*
s/nanoruntime/nanouptime/g
phk
1998-05-17
1
-2
/
+2
*
Add changes and code to implement a functional DEVFS.
julian
1998-04-19
1
-2
/
+2
*
Seventy-odd "its" / "it's" typos in comments fixed as per kern/6108.
des
1998-04-17
1
-2
/
+2
*
When pmap_pinit0() allocates a page for proc0's page directory,
phk
1998-04-11
1
-2
/
+2
*
Minor adjustments to the timecounting and proc0.
phk
1998-04-08
1
-5
/
+7
*
curproc is initialized in locore at the same time for both SMP and UP now.
peter
1998-04-06
1
-15
/
+1
*
Time changes mark 2:
phk
1998-04-04
1
-9
/
+5
*
Eradicate the variable "time" from the kernel, using various measures.
phk
1998-03-30
1
-2
/
+2
*
Make the rootdir handling more consistent. Now, processes always
dyson
1998-02-15
1
-2
/
+2
*
Back out DIAGNOSTIC changes.
eivind
1998-02-06
1
-2
/
+1
*
Turn DIAGNOSTIC into a new-style option.
eivind
1998-02-04
1
-1
/
+2
*
Retire LFS.
phk
1998-01-30
1
-3
/
+2
*
VM level code cleanups.
dyson
1998-01-22
1
-2
/
+2
*
After one of my analysis passes to evaluate methods for SMP TLB mgmt, I
dyson
1997-12-14
1
-2
/
+2
*
We have had support for running the kernel daemons as threads for
dyson
1997-12-12
1
-3
/
+14
*
Changes to allow event-based process monitoring and control.
sef
1997-12-06
1
-1
/
+7
*
Shift a few SYSINT() calls around.
julian
1997-11-25
1
-42
/
+1
*
Fixed multiple definitions of boothowto.
bde
1997-11-24
1
-5
/
+3
*
Remove a bunch of variables which were unused both in GENERIC and LINT.
phk
1997-11-07
1
-2
/
+2
*
Move the "retval" (3rd) parameter from all syscall functions and put
phk
1997-11-06
1
-5
/
+5
*
init_main.c subr_autoconf.c:
gibbs
1997-09-21
1
-3
/
+24
*
Removed unused #includes.
bde
1997-09-02
1
-5
/
+1
*
Clean up the SMP AP bootstrap and eliminate the wretched idle procs.
peter
1997-08-26
1
-7
/
+1
*
The promised "better fix" for "Trap 9 When Boot SMP" problem.
fsmp
1997-08-15
1
-2
/
+10
*
Fixes kern/3835: SMP kernel crash on enable "dumps on wd0"
fsmp
1997-08-07
1
-4
/
+12
*
Get rid of the ad-hoc memory allocator for vm_map_entries, in lieu of
dyson
1997-08-05
1
-1
/
+6
*
Adds sysctl int for shutdown timeout.
davidn
1997-07-10
1
-1
/
+5
*
Preliminary support for per-cpu data pages.
peter
1997-06-22
1
-6
/
+2
*
Modifications to existing files to support the initial AIO/LIO and
dyson
1997-06-16
1
-1
/
+7
*
Don't need "opt_smp.h" on these files
peter
1997-05-29
1
-2
/
+1
*
Bring in some kernel bootp support. This removes the need for netboot
tegge
1997-05-11
1
-1
/
+8
*
Man the liferafts! Here comes the long awaited SMP -> -current merge!
peter
1997-04-26
1
-1
/
+20
*
The biggie: Get rid of the UPAGES from the top of the per-process address
peter
1997-04-07
1
-36
/
+12
*
Fixed some invalid (non-atomic) accesses to `time', mostly ones of the
bde
1997-03-22
1
-2
/
+3
*
Include copyright message from <sys/copyright.h>
wosch
1997-03-01
1
-19
/
+2
*
Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are not
peter
1997-02-22
1
-1
/
+1
*
This is the kernel Lite/2 commit. There are some requisite userland
dyson
1997-02-10
1
-7
/
+7
*
Set the soft openfiles limit to maxfiles instead of to NOFILE.
bde
1997-01-27
1
-2
/
+5
*
Reduced #include spam in <sys/sysproto.h> and fixed things that depended
bde
1997-01-16
1
-0
/
+1
*
Make the long-awaited change from $Id$ to $FreeBSD$
jkh
1997-01-14
1
-1
/
+1
*
Typo fix.
alex
1996-12-17
1
-2
/
+2
*
init_main.c: pass -d to init if DEVFS_ROOT
phk
1996-10-28
1
-1
/
+7
*
Fix signed/unsigned comparison warnings.
alex
1996-10-20
1
-2
/
+2
*
call srandom() during the boot to start the sequence with a slightly less
peter
1996-09-23
1
-1
/
+9
*
Second phase of merge, get rid of more machine-independent-dependencies.
asami
1996-09-03
1
-2
/
+1
*
s/pc98/isa/g in struct *_device and *_driver. Resync along the way.
asami
1996-08-31
1
-1
/
+2
*
Removed a ton of unused #includes. The introduction of SYSINIT() and
bde
1996-08-28
1
-17
/
+1
*
add FreeBSD Inc. to copyright string
wosch
1996-08-22
1
-1
/
+2
*
Converted timer/run queues to 4.4BSD queue style. Removed old and unused
dg
1996-07-31
1
-1
/
+6
[next]