summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* added new directories to sync with XFree86-4.0.3.sf2001-03-231-0/+38
| | | | Approved by: asami
* mdoc(7) police: fix markup.ru2001-03-2316-302/+144
|
* mdoc(7) police: fix markup, function prototype, and RETURN VALUES text.ru2001-03-232-58/+82
|
* Merged from sys/i386/isa/npx.c revision 1.93.kato2001-03-231-3/+3
|
* Merged from sys/i386/i386/machdep.c revision 1.445.kato2001-03-232-0/+2
|
* Make wizard mode get out of raw mode first before going interactive withjkh2001-03-232-0/+4
| | | | | | | the user. Submitted by: Cyrille Lefevre <clefevre@citeweb.net> PR: bin/24061
* mdoc(7) police: fix markup and some spelling.ru2001-03-232-66/+99
|
* Fix a bug with setting the soft updates option from a script.jkh2001-03-234-10/+8
| | | | | | Eliminate an old warning brought about by insufficient foresight when creating the Menu structure. Have I ever mentioned that sysinstall really needs to be rewritten?
* Now that I have a pair of CreditCard Netwave Adapter, tweak the ejectimp2001-03-231-2/+0
| | | | | case slightly to not print unload when the upper layers print a message as well.
* Switch from lynx to "links" as the default doc browser.jkh2001-03-237-16/+17
| | | | Submitted by: jim
* Get rid of setgid kmem for systat, and while being there, fix some bugstmm2001-03-2310-151/+397
| | | | | | | | | | | and compiler warnings. The data for network statistics are still obtained via the kvm interface if systat was started with the needed privileges, otherwise sysctls are used. The reason for this is that with really many open sockets, the sysctl method is probably slower, but it systat -netstat is probably not really usable in either mode under these conditions. Approved by: rwatson
* Export intrnames and intrcnt as sysctls (hw.nintr, hw.intrnames andtmm2001-03-2315-15/+65
| | | | | | hw.intrcnt). Approved by: rwatson
* devfs convertion used VINUMRMINOR incorrectly (passing args inalfred2001-03-221-3/+3
| | | | | | backwards order) Submitted by: Bernd Walter <ticso@mail.cicely.de>
* Add missing specification of the `-s' option to the usage line.iedowse2001-03-221-1/+1
| | | | | | PR: bin/26004 Submitted by: ushida@msa.biglobe.ne.jp Reviewed by: rnordier
* Add the following ACL editing functions:jedgar2001-03-2237-4/+2950
| | | | | | | | | | acl_add_perm, acl_clear_perms, acl_copy_entry, acl_create_entry, acl_delete_perm, acl_get_permset, acl_get_qualifier, acl_get_tag_type, acl_set_permset, acl_set_qualifier, acl_set_tag_type This brings us within 4 functions of a full ACL editing library. Reviewed by: rwatson
* Revert rev 1.7 which used "`console' rather than `ttyv0' so there willobrien2001-03-221-2/+3
| | | | | | | always be a getty on the console reguardless of the type of console. Instead always run a getty on ttyd0. Reviewed by: gallatin
* Allow AAC_COMPAT_LINUX to be used when compiling aac support into the kernel.scottl2001-03-221-0/+2
| | | | Requires that COMPAT_LINUX also be set.
* Create afaN as a simlink to aacN. Add a comment about the aac device.scottl2001-03-221-0/+2
|
* Create /dev/afaN as a symlink to /dev/aacN. This allows the CLI tools fromscottl2001-03-221-0/+2
| | | | | | Dell and HP to run. Reviewed by: msmith
* Remove struct cmessage from sys/socket.h and reintroduce the privatealfred2001-03-224-7/+14
| | | | | | definitions. Requested by: wollman
* forgot prototyle for __rpc_get_local_uid()alfred2001-03-221-0/+2
|
* Unbreak world by removing struct cmessage already define in sys/socket.hache2001-03-221-5/+0
|
* Update search URL:wosch2001-03-221-1/+1
| | | | http://www.FreeBSD.org/search.html -> http://www.FreeBSD.org/search/
* Take setgid kmem away from nfsstat, it has not needed it for some timetmm2001-03-222-7/+1
| | | | | | now. Approved by: rwatson
* Respect style(9), one must not include both <sys/types.h> androberto2001-03-221-1/+0
| | | | | | <sys/param.h> (the latter includes the former). Submitted by: bde
* Remove (non-protected) variable names from function prototypes.brian2001-03-222-14/+10
|
* Since ctime compatibility restrictions removed, use more natural date formatsache2001-03-224-8/+8
|
* Add back the wd* entries. It turns out they're still used by the PC98.jkh2001-03-221-0/+2
| | | | Noted by: nyan
* Move bindery authentication ncps to ncp_ncp.c file. ncp_login.c will staybp2001-03-227-170/+178
| | | | empty for a while.
* Properly set flags on the broken connection.bp2001-03-224-13/+24
|
* Enhancement to 1.99 -> 1.100.ru2001-03-221-2/+1
| | | | Avoid EPERM from ln(1) in a different (proper) way.
* o Actually extract version of interface and store it along with the name.bp2001-03-221-52/+99
| | | | | | | o Add new parameter to the modlist_lookup() function to perform lookups with strict version matching. o Collapse duplicate code to function(s).
* Slightly reorganize code in the linker_load_dependancies() function to makebp2001-03-221-54/+52
| | | | codepath more straightforward.
* Don't create legacy wd* devices by default. Let the user do this ifjkh2001-03-221-2/+0
| | | | | | they so desire it. Suggested by: rwatson
* Remove support for old way of handling module dependencies.bp2001-03-221-35/+18
| | | | Approved by: peter
* Use orthogonal www.FreeBSD.org syntax.jkh2001-03-221-1/+2
| | | | Whined about by: rwatson
* Add dependancy on libmchain module.bp2001-03-222-0/+2
| | | | Spotted by: Andrzej Tobola <san@iem.pw.edu.pl>
* First step towards making loadable modules independent of havingimp2001-03-224-10/+53
| | | | | | | | pccard in the kernel for those drivers with pccard attachments. This makes the compat layer a little larger by introducing some inlines, but should almost make it possible to have independent attachments. The pccard_match function are the only one left, which I will take care of shortly.
* Sync to last changes.imp2001-03-221-1/+4
|
* Add zoom air 4000.imp2001-03-221-0/+1
|
* Axe a few __P() while I'm in the neighborhood.imp2001-03-223-17/+16
|
* Style(9) changes:imp2001-03-221-32/+26
| | | | | put parens around return (statements); Use ANSI funcitons only.
* Include docs with "default X dist" so XF86Config won't complain about it.jkh2001-03-221-1/+1
|
* Don't install Kerberos stuff if user has selected minimal or "user"jkh2001-03-221-2/+2
| | | | modes.
* Hopefully fix some of the bugs in passing credentials over UNIX ↵alfred2001-03-229-118/+52
| | | | | | | | | | | | domain sockets. Make struct cmessage visible from socket.h (about 4 places were defining it for themselves which wasn't good) Make __rpc_get_local_uid() useable and give it prototype that's visible. Fix some issues with printing out usernames from rpcbind and keyserv.
* o Remove BINMODE=0550 -- no need to restrict execution rights as therwatson2001-03-222-3/+1
| | | | | | authorization check is on /dev/{,k}mem. o Update man page to reflect requirement that gid kmem privileges must be held, not root. (submitted by: peter)
* o Strip BINMODE from Makefile. Installing watch with 0500 provides norwatson2001-03-221-1/+0
| | | | | | added security benefit, as it doesn't provide extra privilege. Protection against inappropriate snooping is done by protecting /dev/snp* properly.
* o Slap some "_"'s in front of variable names relating to extattr functions,rwatson2001-03-221-3/+3
| | | | | | so as not to pollute application namespace. Submitted by: bde
* add/correct a bunch of codec idscg2001-03-221-9/+40
| | | | Obtained from: linux, alsa, various datasheets
* New release notes: OpenSSH resistance to traffic analysis, make(1)bmah2001-03-223-2/+59
| | | | | | | | | bugs fixed, fsck_ffs in background on mounted filesystems, TI-RPC, portmap(8)->rpcbind(8), IPv6 support in NFS, lockd, rc(8) dependency handling. Synch up hardware devices with etc/defaults/pccard.conf 1.98.2.19 (yes, from RELENG_4). This change needs to be propagated to RELNOTESng.
OpenPOWER on IntegriCloud