ache
87bd1e508d
remove ctype.c - unused and confusing
1999-02-23 15:13:51 +00:00
phk
76facc3128
Misplaces brace puts important code into debug section.
...
Reviewed by: phk
Submitted by: Stefan Bethke <stefan.bethke@hanse.de>
1999-02-23 15:08:44 +00:00
eivind
a6fdd88b3f
Add a prototype to silence warnings.
1999-02-23 12:02:07 +00:00
davidn
8e69beb04e
Fix minor nit with command line parsing for pw -V DIR action.
1999-02-23 11:01:50 +00:00
davidn
91b9d16383
Fix tpyo (sic) and missing 'else' (bad cut n' paste).
1999-02-23 10:35:47 +00:00
davidn
dc804219b0
1) Do not blindly ignore file update errors which may occur due to concurrent
...
updating
2) Add -V <etcdir>, which allows maintaining user/group database in alternate
locations other than /etc.
1999-02-23 07:15:11 +00:00
jkh
6c9f56849f
Update reference to setup.exe (which is now dead).
1999-02-23 04:19:30 +00:00
ghelmer
c5553b61a0
Add a reference to the ypinit(8) command.
...
PR: docs/7679 (in spirit)
1999-02-23 03:49:14 +00:00
ghelmer
6b7db68bbc
Change the prompt for the office location field from "Location:"
...
to "Office Location:" to disambiguate what is expected. Add a note
to the man page to indicate that the office location and office phone
fields are concatenated and printed with the heading "Office:" by
finger(1). Swap the order of the home and office phone fields in the
man page to match the order of the fields in the editor.
If any programs interact with chpass(1) and expect "Location:" instead
of "Office Location:" as the prompt, either this change will have to be
reverted or the other programs will have to be changed.
PR: docs/7533
1999-02-23 02:41:26 +00:00
wpaul
4eee796fe3
Dangit... made a typo in the NEXPTR register definition (0x55 -> 0x45).
1999-02-23 02:00:06 +00:00
wpaul
3a8ab9a55c
Minor updates for the ASIX AX88141, which is a newer version of the
...
AX88140A with power management and magic packet support. Correct the
addresses of the PCI power management registers and add some code to
detect the revision ID of the AX88141 and identify it in the probe
messages.
No other changes are needed since the AX88141 is functionally
identical to the AX88140A.
1999-02-23 01:52:42 +00:00
bde
f77a4f098b
The previous commit also fixed a possibly-wrong (too high) priority
...
for the rescheduled process.
1999-02-22 18:39:49 +00:00
des
ca68c8775e
Add support for stealth forwarding (forwarding packets without touching
...
their ttl). This can be used - in combination with the proper ipfw
incantations - to make a firewall or router invisible to traceroute
and other exploration tools.
This behaviour is controlled by a sysctl variable (net.inet.ip.stealth)
and hidden behind a kernel option (IPSTEALTH).
Reviewed by: eivind, bde
1999-02-22 18:19:57 +00:00
bde
c240704c07
Improved scheduling in uiomove(), etc. resched_wanted() is true too
...
often for it to be a good criterion for switching kernel cpu hogs --
it is true after most wakeups. Use the criterion "has been running
for >= 2 quanta" instead.
1999-02-22 16:57:48 +00:00
eivind
f2d49c37c6
Outdated with the removal of LKM support. KLDs can't be tested in any
...
similar fashion :-(
1999-02-22 16:11:58 +00:00
bde
726c7abaaa
Added a per-cpu variable `switchticks' for use in scheduling.
1999-02-22 15:13:34 +00:00
brian
8708514947
Add IC-CARD Ethernet card & AT&T V34+ Fax Modem
...
Submitted by: Maxim Sobolev <sobomax@altavista.net>
1999-02-22 14:08:44 +00:00
brian
ec3029b8d3
Xircom Ethernet+Modem 10/100+
1999-02-22 14:03:31 +00:00
newton
30068551b3
Oops. Adding a Makefile might help anyone who wants to use streams
...
as a module...
1999-02-22 14:02:42 +00:00
dcs
695080812d
Fix assorted memory leak/buffer reuse problems.
...
Not restricted to, but including:
PR: kern/9631
Submitted by: Bill Fenner <fenner@parc.xerox.com>
1999-02-22 13:12:37 +00:00
n_hibma
52ad9b3e69
Update for the man page. 4.0 is using KLD's not LKM's.
1999-02-22 13:08:38 +00:00
newton
70a1fd22d8
Converted "streams" pseudo-device into a KLD
1999-02-22 11:44:46 +00:00
rnordier
4b342eaff5
Make various minor corrections.
1999-02-22 09:36:54 +00:00
dillon
2af3fcf00f
Removed ENOMEM error on swap_pager_full condition which ignored the
...
availability of physical memory. As per original bug report by
Bruce.
Reviewed by: Alan Cox <alc@cs.rice.edu>
1999-02-22 08:42:16 +00:00
steve
d9296c20eb
Add entries for the following cards:
...
Viking V.90/K56Flex modem
Zoom 56K modem
3CCE589E* network card
3CCM156 modem
Latter submitted by: Patrick Seal <patseal@hyperhost.net>
1999-02-22 03:06:28 +00:00
steve
6fd673be98
dhclient is now in /sbin.
1999-02-22 02:55:18 +00:00
rnordier
d385fde6ba
Activate boot0cfg.
1999-02-21 21:30:13 +00:00
rnordier
fff847cd1f
This commit was generated by cvs2svn to compensate for changes in r44196,
...
which included commits to RCS files with non-trunk default branches.
1999-02-21 21:23:42 +00:00
rnordier
5028d48a50
Add boot0cfg: this installs/configures the `boot0' boot manager. A
...
CLI utility to do this has been requested by a few people.
1999-02-21 21:23:42 +00:00
jdp
c3a98df4f2
Fix bug: If gdb couldn't find the dynamic linker's "r_debug_state"
...
symbol, it aborted with "virtual memory exhausted." Now it warns
about the problem and proceeds.
1999-02-21 19:58:36 +00:00
n_hibma
f44c7d5998
Added man page usb uhci ohci
1999-02-21 16:56:33 +00:00
n_hibma
169dffa995
Bug fix: Trap 12 when ugen not present and therefore unattached physical
...
device removed.
1999-02-21 16:53:35 +00:00
n_hibma
163408ee58
Device unload code is broken, disabled. Requires a bit of redesign on the
...
part of the uhub driver to be able to fix it. Modules should not be
unloaded as they unload partially. Not easy to fix either.
1999-02-21 16:36:30 +00:00
n_hibma
ad265a7870
Add uhci and ohci driver names
1999-02-21 16:33:51 +00:00
n_hibma
d844f3a98d
Rename hid device to uhid (HID: Human Interface Device)
1999-02-21 16:23:23 +00:00
n_hibma
2e3755c78a
make ums look like a Mouse Systems or Sysmouse mouse. Remove PS/2 interf.
...
Supplied by MAEKAWA Masahide <bishop@rr.iij4u.or.jp>. Thanks!
USB Mouse now supports up to 7 buttons and X,Y,Z (wheel) directions.
1999-02-21 16:20:19 +00:00
n_hibma
cb176bfa07
1) Added define for USB as an interface
...
2) Added define for maximum number of buttons for Mouse Systems
1999-02-21 16:08:43 +00:00
nsouch
4b2c66a545
Fix controller/device ppc0 inconsistency with GENERIC
...
Suggested by: Jeroen Ruigrok/Asmodai <asmodai@wxs.nl>
1999-02-21 15:04:43 +00:00
dfr
f9bdb44b1e
Add support for Compaq ProLiant 1200 host to PCI bridge.
...
Obtained from: 2.2 branch
Reviewed by: Benjamin Lewis <bhlewis@gte.net>
1999-02-21 11:39:37 +00:00
julian
7b7cc4595d
Add a quick note to say what the 3 uuencoded files are.
1999-02-21 09:36:33 +00:00
dillon
a84ce32ba5
Remove conditional sysctl's
...
Leave swap_async_max sysctl intact, remove swap_cluster_max sysctl.
Reviewed by: Alan Cox <alc@cs.rice.edu>
1999-02-21 08:34:15 +00:00
dillon
079be097a8
Reviewed by: Alan Cox <alc@cs.rice.edu>
...
Fix problem w/ low-swap/low-memory handling as reported by Bruce Evans.
1999-02-21 08:30:49 +00:00
jdp
4f8ac28b96
Increment __FreeBSD_version to reflect the fact that the kernel can
...
now handle dynamic linkers which are statically linked executables.
1999-02-20 23:54:00 +00:00
jdp
605282906f
If you merge this into -stable, please increment __FreeBSD_version
...
in "src/sys/sys/param.h".
Fix the ELF image activator so that it can handle dynamic linkers
which are executables linked at a fixed address. This improves
compliance with the ABI spec, and it opens the door to possibly
better dynamic linker performance in the future. I've experimented
a bit with a fixed-address dynamic linker, and it works fine. But
I don't have any measurements yet to determine whether it's
worthwhile.
Also, remove a few calculations that were never used for anything.
I will increment __FreeBSD_version, since this adds a new capability
to the kernel that the dynamic linker might some day rely upon.
1999-02-20 23:52:34 +00:00
n_hibma
28cabeb362
Removed uhub from list. Mandatory with usb device and this was already
...
forced in conf/files. Unneccessary entry.
1999-02-20 23:29:24 +00:00
dt
32866feacd
Fix an operator precedence bug.
...
Found by: -Wall
1999-02-20 22:16:13 +00:00
dfr
5afc707a12
A correction to the code which attempts to prevent the same module
...
being loaded twice. It used rindex() to strip the pathname but failed
to account for the fact that rindex() will return a pointer to the '/',
not the first character of the filename.
Submitted by: Nick Hibma <hibma@skylink.it>
1999-02-20 21:22:00 +00:00
obrien
3c6341347c
Really make the "Rename nlpt to lpt." purported to have been made in
...
rev 1.149.
1999-02-20 21:12:24 +00:00
dt
8311b89b74
Set ifq_maxlen.
1999-02-20 21:03:53 +00:00
roberto
068ba58831
Bit 24 of the Feature Flag is FXSR (for Fast FP Save and Restore).
...
Reminded by: Francis Dupont <Francis.Dupont@inria.fr>
1999-02-20 19:46:39 +00:00