History log of /src/sys/sys/boot_flag.h |
Revision | | Date | Author | Comments |
1.8 |
| 12-May-2024 |
rillig | sys/sys: remove CONSTCOND comment from do-while-0 loop
Lint doesn't need this comment anymore, as there is nothing surprising or unusual about this idiom.
|
1.7 |
| 29-Apr-2008 |
ad | Recognise the RB_MD flags.
|
1.6 |
| 28-Apr-2008 |
martin | Remove clause 3 and 4 from TNF licenses
|
1.5 |
| 11-Dec-2005 |
christos | branches: 1.5.70; 1.5.72; 1.5.74; merge ktrace-lwp.
|
1.4 |
| 03-Nov-2003 |
thorpej | Add two new boot flags: -x Boot with debugging messages (AB_DEBUG) -z Boot silently (AB_SILENT)
|
1.3 |
| 01-Jul-2001 |
gmcgarry | branches: 1.3.22; In-kernel device configuration manager - allows modification of device locators at run-time.
Written by Mats O Jansson <moj@stacken.kth.se>. Reworked by Jun-ichiro itojun Hagino <itojun@netbsd.org>.
|
1.2 |
| 30-Apr-2001 |
lukem | remove some lint
|
1.1 |
| 24-Sep-2000 |
jdolecek | branches: 1.1.2; 1.1.4; add new macro BOOT_FLAG() (defined in <sys/boot_flag.h>) - this maps standard boot flags to corresponding RB_* values use BOOT_FLAG() in port's MD code as appropriate
as discussed on tech-kern, add new boot flags -v, -q for booting verbosely or quietly, and corresponding AB_VERBOSE/AB_QUIET boot flags; also add FreeBSD-compatible bootverbose macro and NetBSD-specific bootquiet macro
for hpcmips, use new bootverbose instead of it's own hpcmips_verbose
Tested on i386, and to limited extend (compile of affected files) also for mvme68k, hp300, luna68k, sun3.
|
1.1.4.2 |
| 24-Aug-2001 |
nathanw | Catch up with -current.
|
1.1.4.1 |
| 21-Jun-2001 |
nathanw | Catch up to -current.
|
1.1.2.2 |
| 20-Nov-2000 |
bouyer | Update thorpej_scsipi to -current as of a month ago
|
1.1.2.1 |
| 24-Sep-2000 |
bouyer | file boot_flag.h was added on branch thorpej_scsipi on 2000-11-20 18:11:25 +0000
|
1.3.22.3 |
| 21-Sep-2004 |
skrll | Fix the sync with head I botched.
|
1.3.22.2 |
| 18-Sep-2004 |
skrll | Sync with HEAD.
|
1.3.22.1 |
| 03-Aug-2004 |
skrll | Sync with HEAD
|
1.5.74.1 |
| 16-May-2008 |
yamt | sync with head.
|
1.5.72.1 |
| 18-May-2008 |
yamt | sync with head.
|
1.5.70.2 |
| 02-Jun-2008 |
mjf | Sync with HEAD.
|
1.5.70.1 |
| 29-Mar-2008 |
mjf | - etc/devfsd.conf: Add some rules to give nodes like /dev/tty and /dev/null better default modes, i.e. 0666.
- sbin/init: Run devfsd -s before going to multiuser.
- sys/arch: Provide arm32, i386, sparc with a mem_init() function to request device nodes for /dev/null, /dev/zero, etc.
- sys/dev: Convert rnd, wd, agp, raid, cd, sd, wsdisplay, wskbd, wsmouse, wsmux, tty, bpf, swap to devfs New World Order.
- sys/fs/devfs: Make the visibility attribute of device nodes configurable. Also provide a function to mount a devfs on boot.
- sys/kern: Add a new boot flag, -n. This disables devfs support. Unless the -n flag is specified the kernel will mount a devfs file system on boot.
|