Commit Graph

114722 Commits

Author SHA1 Message Date
kristerw
a7c803af07 Remove variable names from prototypes. 2003-07-09 01:59:34 +00:00
matt
0f8d87a96d Update to new world order. **not tested** But will allow builds to
finish.
2003-07-09 00:55:45 +00:00
uwe
99b1f08d32 #include <string.h> for memset and memcpy.
Caught by gcc 3.3.
2003-07-08 23:33:50 +00:00
uwe
e8eb650251 "extra tokens at end of #endif directive".
Caught by gcc 3.3.
2003-07-08 23:26:55 +00:00
jschauma
dff18e6662 Add missing closing ']' for character class examples. 2003-07-08 22:15:04 +00:00
cdi
684b6d6499 traceit: don't use %g7 as it is to become curcpu() register. Add comments. 2003-07-08 22:09:26 +00:00
dsl
6da321c1aa Sort out (and remember) the disk partition we will install into.
This should stop the i386 code splatting all over the start of the disk
during upgrade.
Upgrade will still use partition 'a' (unless you loop through the install
far enough first!)
2003-07-08 17:38:54 +00:00
dsl
a72609cec0 Only save and merge /etc if the /etc set is being installed.
Actually this needs changing to use /usr/sbin/etcupdate (or similar),
but the script needs fixing first.
Might be better for sysinst to have its own copy, gets to be fun to run
because you have to pull the commands from the target FS.
2003-07-08 16:12:18 +00:00
kochi
61634e9a74 Don't compile db*.c & dm*.c unless ACPI_DEBUG and DDB are specified 2003-07-08 15:34:32 +00:00
wiz
edd3200d61 John Heasley thinks there is a comma missing, and I agree. Add it. 2003-07-08 14:45:48 +00:00
dsl
294dd49644 Stop timezone submenu exploding (strcmp of MSG_xxxx).
Allow mbr partition type to be changed without losing disklabel info
for same area of disk (allows type to be changed from 165 to 169).
2003-07-08 11:58:57 +00:00
seb
cbcb286ff0 Add missing mlinks for tree(3).
Approved by wiz@.
2003-07-08 11:34:17 +00:00
itojun
0463e41004 on interface detach, clear multicast forwarding table. from kame 2003-07-08 10:20:45 +00:00
itojun
7f6ed16ef4 function prototype must not have variable name 2003-07-08 10:06:28 +00:00
itojun
a706d499a1 function prototype must not have variable name 2003-07-08 09:07:15 +00:00
rh
8ae8eb43b3 regen 2003-07-08 07:26:26 +00:00
rh
8024e394f6 Add CMI8330/C3D Audio Adapter (wss). This closes PR kern/22081 by Mayukh
Bose <mayukh at earthlink dot net>.
2003-07-08 07:26:04 +00:00
itojun
91b11e1eba prototype must not have variable name 2003-07-08 07:13:50 +00:00
itojun
eaed89fec5 prototype must not carry variable name 2003-07-08 06:49:19 +00:00
itojun
4aa6c6db24 no variable in prototype 2003-07-08 06:28:52 +00:00
itojun
adf3f90c81 no variable name on prototype 2003-07-08 06:24:29 +00:00
itojun
88e38f1888 prototype must not have variable name 2003-07-08 06:17:59 +00:00
simonb
670252d63a Note tar -O "extract to stdout" support. 2003-07-08 06:04:36 +00:00
simonb
1301238ab7 Add support for gnutar's -O "extract to stdout" option. 2003-07-08 06:00:48 +00:00
itojun
04392e7f81 prototype must not have variable name 2003-07-08 05:39:23 +00:00
itojun
861516eeb7 install more postfix README files. based on PR 22086 2003-07-08 05:17:12 +00:00
lukem
abeae9d450 add MAKECONF to vars that "params" target shows 2003-07-08 04:25:21 +00:00
lukem
5d226417ac fix cesfic entry whitespace to be consistent 2003-07-08 04:21:28 +00:00
gson
60359fcd1e When building with "-j 2", linking the "file" tool failed because
libmagic.la hadn't been built yet.  Work around by adding a .NOTPARALLEL
target.
2003-07-08 03:41:34 +00:00
enami
f91480b342 Replace some spaces with tab and remove trailing spaces. 2003-07-08 03:32:00 +00:00
simonb
22e98152fc Add a few more services showing up regularly in my IP filter logs. 2003-07-08 02:48:37 +00:00
kristerw
3e51d2b759 Const poisoning. 2003-07-08 01:55:35 +00:00
kristerw
c1f62bbe29 Do not give names to the parameters in function prototypes (those names
reduces the usefulness of the gcc -Wshadow flag).
2003-07-08 01:43:28 +00:00
dsl
4314639609 Remove some messages that are not used and are unliklely to be needed. 2003-07-07 21:26:32 +00:00
marcus
17ea8fdb8e Added reference to mbe driver. 2003-07-07 15:36:09 +00:00
drochner
2fc45929e2 some cleanup/fixes:
-get boot messages to NetBSD's standards (ie at least 3 lines)
-get some card information from PCI ID and subsystem ID
-fix media handling and link reporting for fiber cards
-port cksum offloading to NetBSD and enable as far as appropriate
 (TCP/UDP transmit offloading still disabled, as in OpenBSD)
2003-07-07 15:18:24 +00:00
yamt
0a7c59f953 tree(3) manpage from OpenBSD. 2003-07-07 14:39:25 +00:00
dsl
fb2276c4c8 Replaced by sys/kern/subr_disk_mbr.c which also supports having the
NetBSD partition in the MBR extended partion.
2003-07-07 13:36:05 +00:00
dsl
227f8466e9 Switch to using MI code to find disklabel on MBR disks. 2003-07-07 13:34:08 +00:00
dsl
1943909639 Support booting from a netbsd partition in the MBR extended partition. 2003-07-07 13:32:42 +00:00
dsl
a1484d22a6 Remove 'dosparts' it hasn't been used for a while (if ever). 2003-07-07 13:30:10 +00:00
dsl
d38f6f3115 MI code to read disklabels from mbr disks. 2003-07-07 13:28:48 +00:00
dsl
f92748a3e8 Add xlat_mbr_fstype - converts mbr type to disklabel type 2003-07-07 13:20:17 +00:00
dsl
7db2cff2fd Allow for the netbsd partition being in the extended partition list. 2003-07-07 13:05:46 +00:00
dsl
33ae7b798b Fix non-i386 builds 2003-07-07 12:55:48 +00:00
dsl
0e919832bd Another pass of the rototiller. Mainly:
1) New MBR editor
2) Hierarchic timezone menu
2003-07-07 12:30:19 +00:00
dsl
f2c019d534 Change 'Magic number' of menu text files.
Correct calculation of window width in msg_prompt_win().
2003-07-07 12:22:35 +00:00
dsl
f19029a851 Add OPT_IGNORE flag which makes menu item inactive.
Add menu-dependant function to draw menu lines (when opt_name NULL).
2003-07-07 12:20:56 +00:00
jmmv
e4b15274f9 Add missing section header EXIT STATUS. 2003-07-07 12:20:04 +00:00
dsl
6e18704278 Make struct mbr_partition packed. I think this will make the compiler
allow for it being misaligned.
2003-07-07 12:00:23 +00:00