73450 Commits

Author SHA1 Message Date
thorpej
20773350cf Add ALTQ-related manual pages. 2000-12-17 03:12:30 +00:00
thorpej
a96f17f2b7 Add ALTQ programs. 2000-12-17 03:08:39 +00:00
thorpej
893fdc80cf Descend into altq. 2000-12-17 03:06:53 +00:00
scw
7fb03460dc Sprinkle some register prefixes in the asm() statements. 2000-12-16 22:59:32 +00:00
mycroft
14d5cf4541 Sync. 2000-12-16 22:36:17 +00:00
eeh
cfe1eed228 Make the node for the bpp device [parallel port]. 2000-12-16 22:04:14 +00:00
mycroft
f25d5fc601 Fix another obvious linesw problem. 2000-12-16 21:16:22 +00:00
mycroft
8a6c4ba10b Fix an obvious braino in the line discipline change. 2000-12-16 21:09:18 +00:00
thorpej
28f0042b51 Build glue for ALTQ programs. 2000-12-16 18:57:34 +00:00
bjh21
72735aa75a Correct embarrassing null-pointer-dereference bug. Also fixes interrupt
enabling.
Default to 10base2 for now, since automatic media selection doesn't work.
2000-12-16 18:24:36 +00:00
bjh21
3ebcd51009 I think bit 0 of the status register is the interrupt status on read. 2000-12-16 18:23:14 +00:00
thorpej
d4bf5787dc Token bucket regulator config program for altq. 2000-12-16 17:53:19 +00:00
thorpej
8726857e6b Import the altq status program. 2000-12-16 17:40:16 +00:00
thorpej
09dce659bf Import the altq configuration daemon. 2000-12-16 17:39:40 +00:00
thorpej
95a6556014 Import the altq library. 2000-12-16 17:38:07 +00:00
bjh21
3c5709c088 Separate out checkvectors(), so it can be used elsewhere for debugging. 2000-12-16 16:45:11 +00:00
augustss
d1c538bc2f Don't repeat 'host controller halted' message. From OpenBSD. 2000-12-16 16:09:24 +00:00
bjh21
d839461405 Pull across arm32 rev 1.4:
ALTENTRY() must die.
2000-12-16 14:38:50 +00:00
bjh21
0b45f78538 Pull across arm32 rev 1.5:
ALTENTRY() must die.
2000-12-16 14:38:06 +00:00
jdolecek
72014988d6 adapt to recent struct emul changes 2000-12-16 13:30:08 +00:00
mycroft
bb747bc663 Clean up MAJOR crack addiction:
--whole-archive and --no-whole-archive are by nature position-dependent.  Make
it so.
2000-12-16 09:29:29 +00:00
chs
34a059b354 in uvn_flush(), don't deactivate busy pages. 2000-12-16 06:17:09 +00:00
simonb
4cf1e73334 Use sys/conf/newvers_stand.sh instead of local script. 2000-12-16 04:20:24 +00:00
tsubai
7ec5b1f483 Fix weak alias. 2000-12-16 01:40:38 +00:00
lukem
c3b1f98e93 replace guts of opencd() with call to opendisk(). prevents coredump
when a device with a leading / (e.g, `/dev/cd0') is given, as well as
promotes code reuse ;-)
2000-12-16 01:36:00 +00:00
msaitoh
7b4b859811 apply gcc original rev. 1.116:
> combine.c (simplify_comparison): Fix typo.

LTU, LEU, GTU, "LEU" -> LTU, LEU, GTU, "GEU"
2000-12-15 23:42:22 +00:00
tsutsui
e9da06d897 Add options COMPAT_LINUX (sync with GENERIC). 2000-12-15 18:19:03 +00:00
fvdl
89b5cfa9c5 Jump out of the scandir loop if VOP_READDIR returns an error, avoiding
running around in circles.
2000-12-15 11:52:14 +00:00
itohy
cf27186531 Remove empty lines from cpp output since make doesn't seem to like them. 2000-12-15 07:16:36 +00:00
mycroft
48b362e14c More cruft. 2000-12-15 06:49:19 +00:00
mycroft
a19119777a Clean up cruft in here. 2000-12-15 06:46:22 +00:00
itojun
089af300b1 fix mmap() return value validation. comment from freebsd-audit. 2000-12-15 06:37:21 +00:00
mycroft
b29180b2ff Tighten up the ELF signature checks, and actually look for the ABI tag added
in newer glibc versions.
2000-12-15 06:14:21 +00:00
lukem
8ec0002acd invoke cmdtab.c_handler()s with argv[0] == c_name instead of the
supplied name. that way the full (unambiguous) name is displayed in
error messages and usage strings.
2000-12-15 02:22:50 +00:00
oster
b36a1a085e For the RF_ASSERT() and RF_PANIC() macros, call a function to do the
sprintf, instead of doing the sprintf in the macros.  This means just
1 copy of each of the error messages, chopping about about 16K off the
size of an i386 kernel.  Thanks to Simon Burge and Enami Tsugutomo
for providing the inspiration to do this.
2000-12-15 02:12:58 +00:00
thorpej
2c482e17b7 Descend into the altq directory. 2000-12-15 01:30:36 +00:00
thorpej
4818142c0c Oops, forgot the directory itself. 2000-12-15 01:28:39 +00:00
thorpej
f9675d3c76 Add ALTQ headers. 2000-12-15 01:26:43 +00:00
thorpej
ccf928446b Install ALTQ header files. 2000-12-15 01:20:32 +00:00
tsubai
0763c14571 Make this compile again. 2000-12-15 01:16:48 +00:00
lukem
bacbe78fc4 use service' instead of program' 2000-12-15 00:57:27 +00:00
fair
c98044f7d2 add port-dreamcast 2000-12-15 00:01:53 +00:00
lukem
6eef11f223 - describe what rc.shutdown does, and what invokes it
- remove `.sh' suffix on script name in description
2000-12-15 00:00:09 +00:00
lukem
146ab1ba9b s/pio/PIO/ and s/lba/LBA/ in messages output to users 2000-12-14 23:56:18 +00:00
thorpej
cd414d81ab Glue in ALTQ. 2000-12-14 23:55:31 +00:00
thorpej
58816d8ab4 Saner glue into cdevsw. 2000-12-14 23:50:43 +00:00
jhawk
5b3e687a2a use ${MAKE} not make 2000-12-14 23:48:16 +00:00
simonb
6ec588df0d Correctly order the contents of the emul_hpux struct so this compiles. 2000-12-14 22:55:36 +00:00
is
7cb6c83d46 We really need a MMU. Tell people what models don't have any out of the box. 2000-12-14 22:45:25 +00:00
thorpej
ea9f3d531c Change the way ALTQ is enabled in the kernel, as there is an
annoying include file name clash.
2000-12-14 22:36:48 +00:00