jhawk
3b986ffa49
sed script to parse cctld-whois.htm and produce the "domains" file
2003-03-02 20:10:39 +00:00
jdolecek
8984cf4564
add couple more SMB constants and explanation texts
2003-03-02 18:55:48 +00:00
jdolecek
b49d58ec90
use different wmesg for the reader and the writer
2003-03-02 18:54:50 +00:00
fvdl
7f72a2bff2
Clean up some unneeded "mca.h" and "eisa.h" includes, make one that is
...
needed dependent on !__x86_64__. To be revisited later.
2003-03-02 18:27:14 +00:00
jhawk
dcbacd486c
Amend rev 1.21: there is insufficient concensus on #define<TAB>.
...
Permit any whitespace after #define, but mandate consistency of
TABs within a file.
2003-03-02 18:25:45 +00:00
jdolecek
d3e0e12a79
move gawk to separate line, so that it's easier to comment the entry out
2003-03-02 18:22:01 +00:00
fvdl
636c7ca859
x86_64 has no mca.h and eisa.h (should perhaps just generate empty ones)
2003-03-02 18:11:03 +00:00
fvdl
8d69f823b1
Redirect to x86/
2003-03-02 18:09:42 +00:00
jmmv
d1855421e5
Add missing .Pp
2003-03-02 14:41:11 +00:00
enami
f11a0f8c06
Add some note about ccd disk size.
2003-03-02 14:31:11 +00:00
enami
eafd20b336
Fix realloc usage.
2003-03-02 14:17:07 +00:00
enami
70f9e35f63
s/indentifier/identifier/
2003-03-02 14:10:49 +00:00
jmmv
5d93e695b8
Grammar fix in return values section.
2003-03-02 14:08:24 +00:00
enami
1b1f503d7a
Cosmetic changes in sample code.
2003-03-02 14:02:35 +00:00
enami
400329bee2
Fix .Nm usage.
2003-03-02 13:57:30 +00:00
enami
0f4835d18b
Don't specify string width in the low level function like db_num_to_str.
...
The pretty printing should be done much higher level, and anyway the
value 10 doesn't make sense.
2003-03-02 13:39:40 +00:00
enami
ca4393664d
... and no need to aqcuire lock while free'ing old hash which no one
...
refers it.
2003-03-02 13:26:22 +00:00
lukem
c2d985356e
Consistently comment out rules which attempt to rebuild .info from .texinfo,
...
(and associated targets for .dvi et al), as well as man pages from .pod,
using a prefix of `# '.
This prevents a variety of build issues caused by situations such as
cvs checkouts which result in the .texinfo file being slightly newer
than the .info file, and the build process trying to unnecessarily
regenerate them, which will fail in a variety of circumstances
(build tools not available, read-only source, etc ...)
Once a better solution is found, we can switch to it.
For now, this improves things greatly and should reduce a lot of
support requests that would undoubtably appear otherwise...
2003-03-02 13:11:04 +00:00
aymeric
95d6206a6c
ignore multicast PPPoE packets ASAP.
...
This improves performance a lot on slow machines behind a cable modem.
Protect it with PPPOE_SERVER as a reminder that this will have to be changed
if we add PPPoE server code in the kernel one day.
2003-03-02 10:50:14 +00:00
matt
76dd2c90fa
In uvm_map_space, if the current entry is above the new space use the
...
previous entry. (not if the current entry starts at the end of the new
space; that case doesn't take into account if the new space had a specified
alignment).
2003-03-02 08:57:49 +00:00
mrg
2920dd6064
oops; re-enable the asconfig.texi rule.
2003-03-02 08:16:09 +00:00
dogcow
cbee46c0c7
remove extraneous SRCS= that causes dependall to fail
2003-03-02 06:07:23 +00:00
tsutsui
8aa243df44
Bump SYMTAB_SPACE to 192000.
2003-03-02 04:42:40 +00:00
perseant
5646727e5a
Let the cleaner use LFCNRECLAIM to help empty segments along, if it
...
thinks it needs to clean and segments are tantalizingly lingering
in the "empty but dirty" state.
2003-03-02 04:38:20 +00:00
perseant
9192f047ac
Account SEGUSE_ACTIVE correctly so that the automatic segment cleaning
...
actually happens.
Add a new fcntl call that will write the minimum necessary to checkpoint
(i.e., for on-disk directory structure to be consistent, not including
updates to file data) so that the cleaner can clean segments more quickly
without sacrificing three-way commit for cleaning.
2003-03-02 04:34:30 +00:00
tsutsui
9c5dcb82ac
Cleanup G2_LOCK/G2_UNLOCK macros per discussion on port-dreamcast:
...
- Use _cpu_intr_suspend()/_cpu_intr_resume() in G2_LOCK/G2_UNLOCK macros
rather than _cpu_exception_suspend()/_cpu_exception_resume().
TLB miss exceptions could happen on accessing buffer, but it will never
block G2bus cycle anyway.
- Restore the previous SR.IMASK value in G2_UNLOCK().
- some misc cosmetics.
Should fix spontaneous reboots by "ping -s 8192 host" on the LAN Adapter.
2003-03-02 04:23:16 +00:00
matt
d6729b1f53
When finding an aligned block, we need to truncate in topdown, not roundup.
2003-03-02 02:55:03 +00:00
itojun
424153ef69
TF_PROTO1/2 mixup. from itou makoto
2003-03-02 01:59:06 +00:00
matt
5401f85320
Restore MQ to trapframe from mcontext since it's in both.
2003-03-02 01:07:55 +00:00
salo
2d4f6b63a7
Regen.
2003-03-02 00:36:11 +00:00
salo
cec306c345
Actually, there is no space in Silicon Motion Lynx* names (e.g. Lynx EM ->
...
LynxEM), the already existing records misguided me.
2003-03-02 00:33:10 +00:00
bjh21
336f2d2049
Add support for the 82C710, the original Universal Peripheral Controller.
...
It turns out (now that I've found the data sheet) to have a substantially
different configuration mechanism from its successors.
2003-03-02 00:21:47 +00:00
enami
e8083140e3
Cosmetic changes.
2003-03-01 23:48:44 +00:00
fvdl
0cb6724bc7
lock_machdep.c moved here from arch/i386/i386.
2003-03-01 22:55:02 +00:00
fvdl
f555536d9b
Move lock_machdep.c to arch/x86/x86.
2003-03-01 22:53:39 +00:00
matt
0b61283edc
Add #include <stdlib.h> for exit definition.
2003-03-01 22:11:40 +00:00
matt
986f7ca902
Add machdep sysctl support. Support booted_device, consdev, and
...
printfataltraps.
2003-03-01 21:51:59 +00:00
mjacob
67427c17a2
Argh. Commited the wrong file.
2003-03-01 19:49:45 +00:00
mjacob
74c56226fb
Fix RFD_TCI macro.
2003-03-01 19:30:30 +00:00
fvdl
b09a412b7f
cpuvar.h addition
2003-03-01 18:49:43 +00:00
fvdl
aeaf29a3a3
Redirect to x86/cpuvar.h
2003-03-01 18:30:03 +00:00
fvdl
9ad868eb65
Moved here from i386/include
2003-03-01 18:29:28 +00:00
fvdl
a3b7772adf
Move the CPU identification out of machdep.c into a seperate file.
2003-03-01 16:37:51 +00:00
fvdl
de9139c67d
Follow the spec more closely, and do an ljmp immediately after enabling
...
protected mode, not several instructions afterwards.
2003-03-01 16:36:37 +00:00
fvdl
dbef38adbf
This was still falsely referencing the ipending variable, which isn't
...
used anymore. Use curcpu()->ci_ipending (== cpu_info_primary.ci_pending,
since this is only used in the UP case).
2003-03-01 16:35:07 +00:00
bjh21
715d206459
Add _Exit(2).
2003-03-01 16:06:11 +00:00
bjh21
22ebd2b34b
Add _Exit(), for C99 and POSIX-2001.
...
Proposed on tech-userlevel to a resounding silence in April last year.
2003-03-01 15:59:02 +00:00
martin
a3248903e4
Backout previous, I'm on crack obviously.
2003-03-01 15:50:15 +00:00
bjh21
892091f675
Use ${HOST_INSTALL_FILE} to put the bootloader in the release tree,
...
rather than cp. This seems to be what everyone else does, and saves
problems if the release tree is already part-populated.
2003-03-01 15:36:22 +00:00
mrg
5de74f4030
add the prototype for lbasename here where it belongs.
2003-03-01 15:31:34 +00:00