summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Add LIBEXPAT definition.phk2002-10-021-0/+1
|
* Build libexpat out of src/contrib/expat.phk2002-10-022-0/+109
| | | | Not connected to the build yet.
* This commit was generated by cvs2svn to compensate for changes in r104349,phk2002-10-0252-0/+29055
|\ | | | | | | which included commits to RCS files with non-trunk default branches.
| * Virgin import (trimmed) of eXpat version 1.95.5phk2002-10-0252-0/+29055
|
* Too strict error checking in rev. 1.22 broke pwd_mkdb(8) in NISmaxim2002-10-021-2/+2
| | | | | | environment. An empty UID and GID are valid there. Spotted by: rwatson
* Cast malloc() assignments.mdodd2002-10-021-6/+6
|
* size_t is not a struct (fix mislabelling in a comment).dd2002-10-022-2/+2
|
* Use more standard variable names for modevent functions.mdodd2002-10-022-4/+4
|
* Create/destroy memory zones on module load/unload, not on devicemdodd2002-10-022-15/+48
| | | | attach/detach.
* Include <sys/cdefs.h> so the visibility conditionals are available.mike2002-10-021-0/+2
| | | | (This should have been included with the previous revision.)
* Use visibility conditionals. Only TCP_NODELAY ends up being definedmike2002-10-021-1/+6
| | | | in the standards case.
* o Update a visibility conditional.mike2002-10-021-32/+24
| | | | | | | o Adjust some comments in keeping with the header's local style. o Change some typedefs to use types that don't require namespace pollution or deprecated types. o Move some macros to the "does not belong in this header" section.
* Removed bits related to MBRs now that they have a proper home inbde2002-10-021-20/+0
| | | | <sys/diskmbr.h>.
* Add an -o option to exit after receiving one reply. This can be useddd2002-10-022-5/+12
| | | | | | | | to test whether a link is live. PR: 38573 Submitted by: David Taylor <davidt@yadt.co.uk> Obtained from: NetBSD
* Add a new MAC entry point, mac_thread_userret(td), which permits policyrwatson2002-10-0214-0/+113
| | | | | | | | | | | | | | | | modules to perform MAC-related events when a thread returns to user space. This is required for policies that have floating process labels, as it's not always possible to acquire the process lock at arbitrary points in the stack during system call processing; process labels might represent traditional authentication data, process history information, or other data. LOMAC will use this entry point to perform the process label update prior to the thread returning to userspace, when plugged into the MAC framework. Obtained from: TrustedBSD Project Sponsored by: DARPA, Network Associates Laboratories
* Don't crash when the user feeds us nonesense in the form:dd2002-10-021-3/+4
| | | | | | | ifconfig IF ether WHATEVER -alias PR: 42544 Submitted by: Mike Makonnen <makonnen@pacbell.net>
* Correct the exports(5) example to use -ro in the paragraph that talksdd2002-10-021-2/+2
| | | | | | | about how exporting / and /usr works even if they're read-only. PR: 42076 Submitted by: Marco Molteni <molter@tin.it>
* Remove options NO_MODULES=true. Lots of modules build, but may not loadjake2002-10-021-4/+0
| | | | or work properly. MAC modules work at least :).
* In a diskless setup, rc.d/initdiskless may overwrite parts of /etc ondd2002-10-023-0/+11
| | | | | | | | | | | | a per-machine or per-cluster (with different ways of expressing what's part of a cluster) basis. In order for this to be effective, rc.conf has to be reread after initdiskless is finished. Implement this by adding a hook to etc/rc which rereads rc.conf by request. This can also be implemented by renaming initdiskless to initdiskless.sh and sourcing rc.conf there manually, but it was decided that, that would be uglier than a hook in etc/rc. Developed in concert with: gordon
* Remove some #if 0'd code. After this, a "make unifdef" here producesdd2002-10-021-41/+0
| | | | | | no changes (against crypto telnet). Reviewed by: MD5
* Merge from crypto telnet: permit the argument to -s to be a hostname.dd2002-10-021-1/+0
|
* Permit the argument to the -s option to be a hostname. I see nodd2002-10-022-2/+0
| | | | | | | | reason to restrict this to a numeric address. PR: 41841 Submitted by: Dmitry Pryanishnikov <dmitry@atlantis.dp.ua>, Maxim Maximov <mcsi@agava.com>
* Remove the "special processes" section. It has rotted, and the ideadd2002-10-021-7/+0
| | | | | | | | ceased to be useful when the number of "special processes" went from 3 to one per device. I considered replacing it with a "kernel threads" section, but this seemed like the wrong place for that. PR: 40969
* Don't claim to return the fileid which we unloaded. The kerneldd2002-10-011-9/+1
| | | | | | | | doesn't do this, and it wouldn't be very useful if it did, since the caller supplies us with that number. PR: 41329 Submitted by: Michael Galassi <nerd@xyz.com>
* Correct minor errors in the code examples.dd2002-10-011-3/+2
| | | | | PR: 41993 Submitted by: David Lay <dsl@foozle.org>
* choosen -> chosendd2002-10-011-1/+1
| | | | | PR: 42962 Submitted by: Scott D Friedemann <sdf@expertune.com>
* Actually use the exitstatus value that we maintain.dd2002-10-011-1/+1
| | | | | PR: 43562 Submitted by: Marc Olzheim <marcolz@ilse.nl>
* Fix a typo in BGE_BIGENDIAN_INIT.jake2002-10-011-2/+2
|
* Fix two misindents.phk2002-10-012-2/+2
| | | | Spotted by: FlexeLint
* Add a field to struct cmn_unit to hold a pointer to the driver's softc.mdodd2002-10-016-0/+8
|
* make rstat(3) return an 'enum clnt_stat' rather than an 'int' to matchalfred2002-10-011-1/+1
| | | | | | the prototype from rstat.x -> rstat.h. MFC After: 1 day
* Indentation indicates missing braces.phk2002-10-011-1/+2
| | | | Spotted by: FlexeLint
* Fix the same misinitialization of pmap_prefault_pageorder as on i386.phk2002-10-012-4/+4
| | | | Suggeste by: jake
* The pmap_prefault_pageorder[] array was initialize with wrong valuesphk2002-10-012-4/+4
| | | | | | | | due to a missing comma. I have no idea what trouble, if any, this may have caused. Pointed out by: FlexeLint
* Return the ``u''trhodes2002-10-011-1/+1
|
* Whitespace nit.jhb2002-10-011-1/+1
|
* Use the canonical root:operator 0640 for GEOM disk devices.phk2002-10-011-1/+1
| | | | | Spotted by: brooks Sponsored by: DARPA & NAI Labs.
* Don't call INT 12H anymore in boot program.iwasaki2002-10-013-2/+6
| | | | | | | | | | | Many recent machine have a broken INT 12H (Get base memory size) implementation and boot program stops if INT 12H is called. This commit should solve the problem at very first step of FreeBSD installation occurred on newer some machines. Reviewed by: bde, jhb MFC after: 1 week
* Divorce bsd disklabels, IBM PC MBR's and whatever the things arephk2002-10-013-769/+6
| | | | | | called on NEC PC98 machines. Sponsored by: DARPA & NAI Labs.
* Moved the cam and cd9660 modules to the MI list. Don't build msdosfs orjake2002-10-011-9/+8
| | | | syscons on sparc64; msdosfs will likely never work, syscons needs work.
* Don't restrict device drivers ability to sleep in the ioctl method, thisphk2002-10-011-5/+22
| | | | | | | | is actually entirely legal. Do bio's with ioctls in them in a g_call_me() function. Sponsored by: DARPA & NAI Labs
* Add prototypes for rstat(3) and havedisk(3).alfred2002-10-011-0/+7
| | | | | Requested by: kris, Emil Mikulic <emikulic@optushome.com.au> MFC After: 1 day
* Fix spelling error; say what "UTS" stands for.archie2002-10-011-2/+3
| | | | Noticed by: ru
* Fix cut&paste error: "tm_spare" should have been "km_spare".archie2002-10-011-1/+1
| | | | Noticed by: ru
* Remove a comma trailing an if clause.phk2002-10-011-1/+1
| | | | | | According to Kirk: "Luckily, the statement is usually true". Spotted by: FlexeLint
* Ressurect libkvm use of the bitmasked signal list in the kernel, now thatjmallett2002-10-011-7/+1
| | | | reliable signal queues are gone.
* Back our kernel support for reliable signal queues.jmallett2002-10-0125-502/+73
| | | | Requested by: rwatson, phk, and many others
* Convert the bus space accessors from macros to inlines. This fixes somejake2002-10-011-204/+316
| | | | | | | problems with drivers that expect functions rather than function like macros. Reviewed by: tmm
* Minor style nits in a comment.jhb2002-10-011-1/+1
|
* Fix some harmless mis-indents.phk2002-10-015-5/+5
| | | | Spotted by: FlexeLint
OpenPOWER on IntegriCloud