ru
7b764c6a0e
mdoc(7) police: misc formatting fixes.
2001-03-12 09:33:07 +00:00
ru
d3a3cdbcc9
mdoc(7) police: misc formatting fixes.
2001-03-12 09:26:32 +00:00
ru
cc4ee47231
mdoc(7) police: add a missing An call.
2001-03-12 09:18:12 +00:00
ru
9994a61e4a
mdoc(7) police:
...
o Update document date.
o Remove hard sentence break.
o Sort xrefs.
2001-03-12 09:14:22 +00:00
ru
8debd4d8a0
mdoc(7) police: misc formatting fixes.
2001-03-12 09:05:59 +00:00
ru
e6ec102c95
mdoc(7) police: mark C types with Vt macro.
2001-03-12 08:54:49 +00:00
assar
07c5543bb1
Fix LP64 problem in Kerberos 5 TGT passing.
...
Obtained from: NetBSD (done by thorpej@netbsd.org )
2001-03-12 08:14:22 +00:00
kris
b38db8f922
Use CPUTYPE to add appropriate compiler flags to COPTFLAGS for kernel
...
builds. This may be disabled using the NO_CPU_COPTFLAGS variable.
Reviewed by: arch
2001-03-12 07:47:09 +00:00
ache
a02554ace1
Document newly added "paste" keyword
2001-03-12 07:05:44 +00:00
assar
e79905605f
change the default mode from adhoc to bss (infrastructure)
...
Reviewed by: Brooks Davis <brooks@one-eyed-alien.net>
2001-03-12 06:13:39 +00:00
markm
37dcaeac7f
Remove duplicate entry.
...
Submitted by: Paul Herman <pherman@frenchfries.net>
2001-03-12 06:05:38 +00:00
will
fc79ba5be0
Fix top(1) display for SMP systems where the username is longer than 14
...
characters. This should avoid unattractive wrapping for people who are
stuck in an 80x24 screen. :-)
PR: 22270
Submitted by: William Carrel <williamc@go2net.com>
2001-03-12 05:53:54 +00:00
bp
68e03855ac
Apply some grammar fixes.
...
Submitted by: asmodai
2001-03-12 05:18:37 +00:00
dougb
4b267fa5fd
Add flags option for savecore.
...
Submitted by: David A. Panariti <davep@who.net>
2001-03-12 05:18:03 +00:00
assar
06f90766a4
change default from adhoc mode to BSS (infrastructure)
2001-03-12 04:49:50 +00:00
assar
c63261057a
enable auto-negotiation of encrypt and decrypt
2001-03-12 03:54:48 +00:00
assar
a8f26efb45
reset uid back to the user before doing kerberised change password.
...
root permission is not needed and the kerberos library is paranoid
about access control to the ticket file
PR: bin/20779
2001-03-12 03:52:00 +00:00
assar
1387b4dc3d
initialize pointers to NULL and sized to 0 to avoid free:ing invalid memory.
...
PR: bin/20779
2001-03-12 03:48:03 +00:00
jlemon
9060ef19e9
Eliminate global node types and instead use an operations vector for
...
each node in order to make it easier to add new entries.
Rewrite the internal directory structure so that it is possible to
have independent subdirectories. Utilize this to add /proc/net/dev.
Reviewed by: DES
2001-03-12 03:16:56 +00:00
jlemon
9b532c7054
Unbreak LINT.
...
Pointed out by: phk
2001-03-12 02:57:42 +00:00
jlemon
127c8b5683
Add Intel 82553, 82555 PHY driver.
2001-03-12 02:45:06 +00:00
jlemon
d7db8e072e
Add the Intel PHY driver.
2001-03-12 02:43:03 +00:00
jlemon
335a9498d4
Add drivers for Intel 82553 and 82555 PHYs.
2001-03-12 02:41:57 +00:00
jlemon
7ca86b6b53
Regenerate.
2001-03-12 02:27:58 +00:00
jlemon
639c22ad73
Add some definitions for Intel 82553 PHYs
2001-03-12 02:27:10 +00:00
gad
7a496bed78
Add a comment pointing to the freebsd-print@bostonradio.org mailing list.
2001-03-12 02:13:08 +00:00
gad
8f86229fcd
Change the usage() message to include the recently-added -4 and -6 options.
2001-03-12 02:03:53 +00:00
gad
0152ddfe77
Fix "lprm -" (remove all jobs) processing for remote printer queues.
...
PR: bin/25544
2001-03-12 01:16:09 +00:00
ache
86ca9deb04
Don't require that mouse cursor must be visible before mouse paste.
...
Paste always happens to current _text_ cursor position independently of
mouse cursor position in any case and old variant force user to press
mouse paste button _two_ times if mouse cursor is invisible.
2001-03-12 01:15:11 +00:00
gad
0a860f59d0
Improve a few error messages wrt if= filters on remote print queues.
2001-03-12 00:22:03 +00:00
ache
9e36d98ddb
Update default keyboard (PREV, PASTE)
2001-03-12 00:00:22 +00:00
jkh
0763e054b0
Update to use proper nomenclature for the security profiles.
...
Submitted by: olgeni
2001-03-11 23:47:12 +00:00
jhb
b3ef374c76
- Call fork1() directly instead of calling rfork() so that it doesn't mask
...
out RFSTOPPED.
- Lock the child process when settings p_sigparent instead of locking the
parent.
Pointy-hat to: me
2001-03-11 23:41:55 +00:00
ache
096f4f1395
Shift+Ins - paste buffer
...
Shift+PrintScr - prev. screen
2001-03-11 23:41:19 +00:00
ache
c710e20072
Implement keyboard paste
...
PR: 25499
Submitted by: Gaspar Chilingarov <nm@web.am>
2001-03-11 22:51:05 +00:00
rwatson
ef32330c57
o Replace part-wise instructions for building world for jail(8) with
...
a simple make world; while this does a bit more work, it means that
jail(8) doesn't have to be kept in sync with /usr/src/Makefile{,.inc1}
which is a moving target. MFC candidate.
Submitted by: FUJISHIMA Satsuki <sf@FreeBSD.org>
Reviewed by: phk
Also pointed out by: Phil Kernick <Phil@Kernick.org>
2001-03-11 20:37:11 +00:00
mjacob
49ab6df486
Document the make_dev_alias function.
2001-03-11 20:10:45 +00:00
des
104204b836
Assert that the process we're trying to enqueue isn't already there.
2001-03-11 18:57:30 +00:00
des
7d30f45397
rfork() masks RFSTOPPED out of the flags it passes to fork1(), so we have
...
to call fork1() directly if we don't want out process queued right away.
This has the serendipitous side effect of saving us a call to pfind().
This makes threaded Linux apps (such as Opera) work again.
2001-03-11 18:52:10 +00:00
iedowse
1fa96ee9e3
In ip_output(), initialise `ia' in the case where the packet has
...
come from a dummynet pipe. Without this, the code which increments
the per-ifaddr stats can dereference an uninitialised pointer. This
should make dummynet usable again.
Reported by: "Dmitry A. Yanko" <fm@astral.ntu-kpi.kiev.ua>
Reviewed by: luigi, joe
2001-03-11 17:50:19 +00:00
alex
085bf061f4
Add a manpage for the DEV_MODULE kernel macro.
2001-03-11 17:30:08 +00:00
alex
7620114ca9
Use type of modeventhand_t for the event handler (defined in module.h).
...
Add a reference to module(9) for more info about the event handler.
2001-03-11 17:07:20 +00:00
alex
93f23e8292
Fix brain damage: s/CDEV_MODULE/DEV_MODULE/
2001-03-11 16:52:17 +00:00
markm
51b4362532
Updates for Blowfish password hashing.
2001-03-11 16:37:33 +00:00
markm
10da321446
Add OpenBSD-style blowfish password hashing. This makes one less
...
gratuitous difference between us and our sister project.
This was given to me _ages_ ago. May apologies to Paul for the length
of time its taken me to commit.
Obtained from: Niels Provos <provos@physnet.uni-hamburg.de>/OpenBSD
Submitted by: Paul Herman <pherman@frenchfries.net>
2001-03-11 16:05:43 +00:00
sobomax
9695e56e6c
Add missed MODULE_VERSION() call, so loading of unicode conversion routine
...
works properly.
Clue beaten in by: des
2001-03-11 15:28:42 +00:00
alex
6610a558f7
Add MODULE_DEPEND.9 and MODULE_VERSION.9
2001-03-11 14:42:38 +00:00
alex
fc8e179d62
Add a manpage for the MODULE_DEPEND macro.
2001-03-11 14:33:34 +00:00
alex
227b97706e
Add a manpage for the MODULE_VERSION macro.
2001-03-11 14:33:15 +00:00
alex
22925ff281
Add calls to MODULE_VERSION and MODULE_DEPEND to the EXAMPLE.
2001-03-11 14:18:23 +00:00