Ruslan Ermilov
e863f7544d
mdoc(7) police:
...
o Update document date.
o Remove hard sentence break.
o Sort xrefs.
2001-03-12 09:14:22 +00:00
Ruslan Ermilov
8d458e5bde
mdoc(7) police: misc formatting fixes.
2001-03-12 09:05:59 +00:00
Ruslan Ermilov
e38cc86b60
mdoc(7) police: mark C types with Vt macro.
2001-03-12 08:54:49 +00:00
Assar Westerlund
a16a9b0f1e
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 Kennaway
5ca7924a91
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
Andrey A. Chernov
dda83222fc
Document newly added "paste" keyword
2001-03-12 07:05:44 +00:00
Assar Westerlund
e4b3e35ff0
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
Mark Murray
00a350c4b8
Remove duplicate entry.
...
Submitted by: Paul Herman <pherman@frenchfries.net>
2001-03-12 06:05:38 +00:00
Will Andrews
9e13809564
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
Boris Popov
e95f56120b
Apply some grammar fixes.
...
Submitted by: asmodai
2001-03-12 05:18:37 +00:00
Doug Barton
670974f3df
Add flags option for savecore.
...
Submitted by: David A. Panariti <davep@who.net>
2001-03-12 05:18:03 +00:00
Assar Westerlund
fd1d7a8a15
change default from adhoc mode to BSS (infrastructure)
2001-03-12 04:49:50 +00:00
Assar Westerlund
bb330cd01e
enable auto-negotiation of encrypt and decrypt
2001-03-12 03:54:48 +00:00
Assar Westerlund
1d4589b693
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 Westerlund
02c9ff5b94
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
Jonathan Lemon
b47ed6cbf6
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
Jonathan Lemon
1db24ffb98
Unbreak LINT.
...
Pointed out by: phk
2001-03-12 02:57:42 +00:00
Jonathan Lemon
da3badcd23
Add Intel 82553, 82555 PHY driver.
2001-03-12 02:45:06 +00:00
Jonathan Lemon
f3ce5250e9
Add the Intel PHY driver.
2001-03-12 02:43:03 +00:00
Jonathan Lemon
83a2d3997e
Add drivers for Intel 82553 and 82555 PHYs.
2001-03-12 02:41:57 +00:00
Jonathan Lemon
c49993ab73
Regenerate.
2001-03-12 02:27:58 +00:00
Jonathan Lemon
5a3f7e2c9b
Add some definitions for Intel 82553 PHYs
2001-03-12 02:27:10 +00:00
Garance A Drosehn
5ac3f0f477
Add a comment pointing to the freebsd-print@bostonradio.org mailing list.
2001-03-12 02:13:08 +00:00
Garance A Drosehn
affa003946
Change the usage() message to include the recently-added -4 and -6 options.
2001-03-12 02:03:53 +00:00
Garance A Drosehn
6a30de0e1c
Fix "lprm -" (remove all jobs) processing for remote printer queues.
...
PR: bin/25544
2001-03-12 01:16:09 +00:00
Andrey A. Chernov
74f62e12aa
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
Garance A Drosehn
28b051021a
Improve a few error messages wrt if= filters on remote print queues.
2001-03-12 00:22:03 +00:00
Andrey A. Chernov
86f7cedfda
Update default keyboard (PREV, PASTE)
2001-03-12 00:00:22 +00:00
Jordan K. Hubbard
a225c1f77f
Update to use proper nomenclature for the security profiles.
...
Submitted by: olgeni
2001-03-11 23:47:12 +00:00
John Baldwin
0fb8828fe2
- 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
Andrey A. Chernov
2ef08b2e1b
Shift+Ins - paste buffer
...
Shift+PrintScr - prev. screen
2001-03-11 23:41:19 +00:00
Andrey A. Chernov
4629b5e0fb
Implement keyboard paste
...
PR: 25499
Submitted by: Gaspar Chilingarov <nm@web.am>
2001-03-11 22:51:05 +00:00
Robert Watson
9a67c2cd11
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
Matt Jacob
792b236965
Document the make_dev_alias function.
2001-03-11 20:10:45 +00:00
Dag-Erling Smørgrav
9cbd039343
Assert that the process we're trying to enqueue isn't already there.
2001-03-11 18:57:30 +00:00
Dag-Erling Smørgrav
8f12c20f6c
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
Ian Dowse
5d936aa181
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
Alexander Langer
74169a2c54
Add a manpage for the DEV_MODULE kernel macro.
2001-03-11 17:30:08 +00:00
Alexander Langer
3dca0e13fc
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
Alexander Langer
a8ed195d01
Fix brain damage: s/CDEV_MODULE/DEV_MODULE/
2001-03-11 16:52:17 +00:00
Mark Murray
82e377fd12
Updates for Blowfish password hashing.
2001-03-11 16:37:33 +00:00
Mark Murray
5c1296168b
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
Maxim Sobolev
a7436e684a
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
Alexander Langer
ed488dd0c8
Add MODULE_DEPEND.9 and MODULE_VERSION.9
2001-03-11 14:42:38 +00:00
Alexander Langer
7b8dd7efbf
Add a manpage for the MODULE_DEPEND macro.
2001-03-11 14:33:34 +00:00
Alexander Langer
3d34e980a0
Add a manpage for the MODULE_VERSION macro.
2001-03-11 14:33:15 +00:00
Alexander Langer
9790b255bb
Add calls to MODULE_VERSION and MODULE_DEPEND to the EXAMPLE.
2001-03-11 14:18:23 +00:00
Dag-Erling Smørgrav
1f15c0d66c
When the file was transferred using sendfile(2), we forgot to keep track
...
of the transferred byte count. MFC candidate.
PR: bin/25699
2001-03-11 13:20:44 +00:00
Boris Popov
e3c805cd07
Do not kill vnodes after rename. This can cause deadlocks in the deadfs.
...
Noticed by: Matthew N. Dodd <winter@jurai.net>
2001-03-11 11:51:42 +00:00
Boris Popov
8c602ed981
Update userland interface for broken Joilet disks.
...
Reviewed by: adrian
2001-03-11 10:06:28 +00:00