is
4e153e3dce
Prototype for fakecninit().
2006-02-21 12:32:02 +00:00
cube
6ff13154dd
Remove 'count' argument for pseudo-devices that ignore it
...
(vnd, bpfilter, ppp, gif, gre, tun, sl, strip, faith, stf).
2006-02-05 05:01:48 +00:00
rpaulo
e1c6b6ed0f
bpfilter doesn't accept count anymore.
2006-02-04 02:53:13 +00:00
peter
408bbbbcc3
Correct cut 'n pasto in comments.
2006-01-26 11:26:29 +00:00
peter
d0f63b3547
Use BOOT_FLAG() to parse the boot arguments.
...
Initialize boothowto to 0.
2006-01-26 11:12:20 +00:00
is
3e6fa3790b
Boots - with serial console - far enough to ask for a root device.
2006-01-25 16:49:31 +00:00
peter
631bbf5e0c
* Improve description header.
...
* Fix a typo.
* Remove unneeded includes.
2006-01-03 23:11:00 +00:00
peter
d68b0fc147
Add (commented out) options for color customization.
...
Enable customized output by default.
2006-01-03 23:01:51 +00:00
peter
95c56a8f9f
Remove sl, it's already defined in IPAQ.
2006-01-03 22:59:49 +00:00
rjs
c92c820f96
Add config for installation kernel for IPAQ.
2005-12-30 11:36:22 +00:00
perry
2d65de2479
bare asm -> __asm
2005-12-24 22:45:33 +00:00
thorpej
c97c3de6e9
Remove the tablet line discipline.
2005-12-20 05:35:27 +00:00
christos
60388662fb
PR/32312: Arnaud Degroote: apm on hpcarm ( NetBSD-current ) doesn"t compile
2005-12-16 04:02:14 +00:00
christos
95e1ffb156
merge ktrace-lwp.
2005-12-11 12:16:03 +00:00
tsutsui
ff9b47d69e
Adjust comments for options FFS_NO_SNAPSHOT.
...
XXX: This option should be mentioned in options(4).
2005-12-07 09:10:11 +00:00
peter
a7ccc64926
Add an obviously missing break in a switch statement.
...
Adjusting brightness and contrast now works!
2005-11-10 15:53:05 +00:00
peter
1c9957b31e
- Remove options PORTMASTER (not used any code).
...
- Add (commented out) options DEBUG.
- Add "pseudo-device ksyms".
2005-10-23 15:34:19 +00:00
peter
5280269a8f
Add a dummy WSKBDIO_GETLEDS, to make "wsconsctl -ka" work.
2005-10-23 15:27:06 +00:00
peter
61eb4528fc
Remove the DEBUG define, this should be set in the config file.
2005-10-23 15:21:08 +00:00
peter
8a5e924b94
- Use ANSI function decls.
...
- KNF.
2005-10-23 15:19:58 +00:00
peter
fcadfb2052
- Use ANSI function decls.
...
- Add static, KNF.
- Print a newline in the attach routine for pretty dmesg output.
2005-10-23 15:18:54 +00:00
peter
d62e20c6c5
Minor KNF.
2005-10-23 15:15:39 +00:00
peter
14b26643ea
- Merge Interrupt/SPL related stuff from hpcarm/hpcarm/stubs.c.
...
PR/17346 from Kevin Lo. ok by ichiro@
- Remove __P.
- Use ANSI functions decls.
- Minor KNF.
2005-10-23 15:15:09 +00:00
peter
83a03b3e58
Use arm/arm32/stubs.c instead of hpcarm/hpcarm/stubs.c to reduce
...
duplicated code. PR/17346 from Kevin Lo. ok by ichiro@
2005-10-23 15:14:39 +00:00
peter
70500cd708
- Remove __P.
...
- Use ANSI function decls.
- Put some debug information into #ifdef DEBUG.
2005-10-23 15:08:18 +00:00
peter
ab405b2010
- Remove __P.
...
- Use ANSI function decls.
- Tweak some comments.
- Fix a few typos.
- KNF.
2005-10-23 15:06:35 +00:00
peter
6a6d8015e0
Fix a typo.
2005-10-23 15:02:48 +00:00
peter
f2afca5030
- Remove __P.
...
- Remove var names in function declaration.
2005-10-23 15:02:30 +00:00
yamt
7e71f567e4
include "conf/std".
2005-09-17 09:44:05 +00:00
drochner
44bf0a7ee2
s/locdesc_t/int/g
2005-08-26 13:19:34 +00:00
christos
93c362d7ef
Enable ptyfs by default on the non-install and non small/tiny/ramdisk kernels
2005-08-19 05:19:49 +00:00
christos
758a209d23
64 bit inode changes.
2005-08-19 02:03:49 +00:00
yamt
38ca5312d2
revert "defflag VMSWAP" changes for now.
...
there seems to be far more people who don't want to edit
their kernel config files than i thought.
2005-07-31 04:04:30 +00:00
yamt
558fded29a
add "options VMSWAP" to non INSTALL kernels.
2005-07-30 06:35:34 +00:00
tron
04b9c3437f
Add (commented out) IPSEC_NAT_T option.
2005-07-07 17:05:46 +00:00
drochner
996c273eda
adaptions to config_search() change, and minor autoconf fixes, mostly from Havard Eidnes
2005-06-30 17:03:51 +00:00
drochner
b081eee072
convert remaining autoconf bus "submatch" functions to use the new
...
signature (passing locators), and remove some which obviously don't
serve any purpose
(untested, sorry)
2005-06-28 18:29:58 +00:00
dyoung
a37289db57
Make disklabel(8) and fdisk(8) into "host tools " last step: build
...
and install ${TOOLDIR}/bin/${MACHINE_GNU_PLATFORM}-disklabel,
${TOOLDIR}/bin/${MACHINE_GNU_PLATFORM}-fdisk by "reaching over" to
the sources in ${NETBSDSRCDIR}/sbin/{disklabel fdisk}/.
To avoid clashes with a build-host's header files, especially on
*BSD, the host-tools versions of fdisk and disklabel search for
#includes such as disklabel.h, disklabel_acorn.h, disklabel_gpt.h,
and bootinfo.h in a new #includes namespace, nbinclude/. That is,
they #include <nbinclude/sys/disklabel.h>, <nbinclude/machine/disklabel.h>,
<nbinclude/sparc64/disklabel.h>, instead of <sys/disklabel.h> and
such. I have also updated the system headers to #include from
nbinclude/-space when HAVE_NBTOOL_CONFIG_H is #defined.
2005-06-12 19:46:15 +00:00
uwe
093a9acc88
Use __UNCONST to pass default calibration data to tpcalib_ioctl().
2005-06-02 21:38:17 +00:00
uwe
b4a8a52b69
Rename local var to avoid shadowing.
2005-06-02 21:26:00 +00:00
uwe
cc2fdca25f
Constify.
2005-06-02 20:29:09 +00:00
uwe
a0690c7849
Catch up with constification.
2005-06-02 20:12:35 +00:00
christos
f6b4c20f18
s/GENASSYM/GENASSYM_CONF/ so we can use "GENASSYM" as the program name.
2005-05-31 04:03:08 +00:00
simonb
ff8f0b23c9
Add COMPAT_20 (and COMPAT_16 in some cases) to kernel config files
...
that didn't have those options but had other earlier compat options.
2005-02-25 13:46:48 +00:00
dsl
4822cbaae2
Invert FFS_SNAPSHOT to FFS_NO_SNAPSHOT
2005-02-18 21:05:50 +00:00
dsl
05e2f6ebdb
Add 'option FFS_SNAPSHOT' to most of the config files.
...
Commented out for kernels that appear to hace space constraints.
2005-02-11 08:25:53 +00:00
hannken
d5fbb6936f
Add file system snapshots to kernel configs.
...
- Ffs internal snapshots get compiled in unconditionally.
- File system snapshot device fss(4) added to all kernel configs that
have a disk. Device is commented out on all non-GENERIC kernels.
Reviewed by: Jason Thorpe <thorpej@netbsd.org>
2005-01-31 16:54:32 +00:00
toshii
1701924009
While processing soft interrupts, don't call splx()/lowerspl() when
...
unnecessary, as they call dosoftints().
2005-01-01 10:39:30 +00:00
abs
964859d895
Fix comments regarding configration bounaries
2004-12-12 21:03:06 +00:00
abs
5958dd944e
Fix comments slighly
2004-12-12 20:42:53 +00:00