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
*
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
*
The Great PC98 Merge.
asami
1996-06-14
1
-1
/
+8
*
Change the symbol name used in the last commit from USRSTACK to
dyson
1996-06-11
1
-1
/
+1
*
Get rid of the unneeded upper address space.
dyson
1996-06-11
1
-2
/
+2
*
From Lite2: proc LIST changes
hsu
1996-03-11
1
-8
/
+12
*
Add more options into the conf/options and i386/conf/options.i386 files
peter
1996-03-02
1
-1
/
+3
*
Garrett pointed out that the correct place for unix system call args
peter
1996-02-23
1
-2
/
+2
*
Eliminated many redundant vm_map_lookup operations for vm_mmap.
dyson
1996-01-19
1
-2
/
+2
*
Last commit this round: Staticize.
phk
1995-12-10
1
-18
/
+18
*
Untangled the vm.h include file spaghetti.
dg
1995-12-07
1
-3
/
+9
*
A major sweep over the sysctl stuff.
phk
1995-12-04
1
-1
/
+6
*
Finished (?) cleaning up sysinit stuff.
bde
1995-12-02
1
-24
/
+23
*
Removed all #includes of the unused file <sys/device.h>.
bde
1995-11-28
1
-2
/
+1
*
Remove prototype definitions from <sys/systm.h>.
swallace
1995-10-08
1
-1
/
+2
*
Fixed init functions argument type - caddr_t -> void *. Fixed a couple of
dg
1995-09-09
1
-25
/
+25
*
devfs changes..
julian
1995-09-03
1
-2
/
+2
*
Fix benign type mismatches and nested extern declarations in new sysinit
bde
1995-08-29
1
-4
/
+19
*
Reviewed by: julian with quick glances by bruce and others
julian
1995-08-28
1
-135
/
+269
*
Converted mountlist to a CIRCLEQ.
dg
1995-08-11
1
-2
/
+2
*
NFS diskless operation was broken because swapdev_vp wasn't initialized.
dg
1995-05-19
1
-2
/
+2
*
Changed swap partition handling/allocation so that it doesn't
dg
1995-05-14
1
-2
/
+1
*
Kludged around a problem with "cat /proc/0/regs" causing a panic by
dg
1995-05-04
1
-1
/
+9
*
We will use /sbin/init on cdrom too.
phk
1995-04-23
1
-5
/
+1
[next]