summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Remove programs that no longer need a kerberisation option.markm2002-10-161-5/+2
|
* Dekerberise. The corresponding userland stuff has been dekerberisedmarkm2002-10-165-341/+13
| | | | for ages, and no-one seems to have noticed. Viva PAM!
* Dekerberise. The corresponding userland stuff has been dekerberisedmarkm2002-10-162-175/+24
| | | | | | for ages, and no-one seems to have noticed. Viva PAM! Fix some easy/trivial warnings while I'm here.
* s/rpc.mountd/mountd/charnier2002-10-161-5/+6
| | | | | Add FBSDID Reorder #if/#endif around sccsid to conform style(9)
* Updated the CPU_DISABLE_CMPXCHG notes to warn users not to also enablepirzyk2002-10-161-1/+2
| | | | | | SMP with it. Requested by: Lars Eggert <larse@ISI.EDU>
* Arrange to not have /* inside a comment. Typo fix.charnier2002-10-161-2/+5
|
* Put author name under .An/Aq.charnier2002-10-161-1/+2
|
* MFi386: revision 1.54.nyan2002-10-161-4/+4
|
* Add section number to .Xr directive.charnier2002-10-161-6/+6
|
* Many style and whitespace fixes.jhb2002-10-161-84/+83
| | | | Submitted by: bde (mostly)
* MFi386: revision 1.130.nyan2002-10-161-1/+1
|
* Fix a possible bug about freeing non-malloc'ed pointer.iwasaki2002-10-161-2/+3
| | | | Suggested by: jhb (in -current ML)
* The .Nm utilitycharnier2002-10-161-1/+2
|
* Introduce enumerate of options using the standard way.charnier2002-10-161-12/+10
| | | | Remove .Pp between items.
* Introduce enumerate of options using the standard way:charnier2002-10-162-4/+8
|
* MFi386: revision 1.181.nyan2002-10-161-0/+1
|
* Do not reuse flag name in its definition. Remove inadequate sentence.charnier2002-10-162-14/+6
|
* Sort includes a bit.jhb2002-10-161-3/+3
| | | | Submitted by: bde
* Remove usbd and usbdevs.nyan2002-10-161-1/+1
|
* Module-ize the 'core' crypto stuff. This may still need to be compiledmarkm2002-10-166-4/+59
| | | | | | | | | into the kernel by default (if required), but other modules can now depend() on this. Fix inter-module dependancy. Earlier version OK'ed by: sam
* - Remove the lsearch() and lfind() functions and their manpage fromrobert2002-10-167-205/+171
| | | | | | | | | the compatibility library libcompat. - Add new implementations of lsearch() and lfind() which conform to IEEE Std 1003.1-2001 to libc. Add a new manual page for them and add them to the makefile. - Add function prototypes for lsearch() and lfind() to the search.h header.
* Remove the posix4(9) manual. It no longer contains relevantmike2002-10-162-140/+1
| | | | information.
* Fix getopt(3) optstring: remove a flag we does not handle.maxim2002-10-161-1/+1
| | | | | | PR: bin/44066 Submitted by: Stefan Farfeleder <e0026813@stud3.tuwien.ac.at> MFC after: 1 week
* Count field width correctly for suppressed multibyte fields (%*lc,tjr2002-10-161-60/+84
| | | | %*ls, %*l[).
* Remove unneeded $FreeBSD$ tags.robert2002-10-162-4/+0
|
* - Remove the old insque() and remque() functions and their manualrobert2002-10-169-216/+152
| | | | | | | | | page from the compatibility library. - Add new implementations of insque() and remque() which conform to IEEE Std 1003.1-2001 to libc. Add a new manual page for them and connect them to the build. - Add the prototypes of insque() and remque() to the search.h header.
* Spellingcharnier2002-10-165-10/+13
|
* Remove done() which was just exit() so use of warn()/err() can be made. Abortcharnier2002-10-1620-198/+238
| | | | | | | on allocation failure instead of displaying a warning and deferencing NULL pointer after. Spelling. Add prototypes. Add list of option in synopsis section of man page, -d is not referenced because available as a compile option. It should be made a runtime option btw.
* Unbreak the PC98/wd(4) driver which I accidentally broke with a previousphk2002-10-161-3/+3
| | | | | | commit. I can fully understand why the PC98 crew desire ata(4) support. Tested by: nyan
* write caching is enabled by default -- reflect this in manpagefjoe2002-10-161-1/+1
| | | | | Approved by: sos MFC after: 0 days
* Add locale(1). I have used it for while as useful debugging toolphantom2002-10-162-0/+220
| | | | | | | | for locale related things. So, I think it could be useful for others. It's not yet implement (or implement in different manner) all POSIX things, but I think it's good enough for start. POSIX conformance related updates and manpage to follow relatively soon.
* Normalize FILES section by using .Bl/.El enumerate.charnier2002-10-161-1/+3
|
* Test getopt() against -1 instead of EOF.charnier2002-10-161-3/+2
|
* Spelling.charnier2002-10-162-28/+32
|
* Do not repeat option name in its definition. Use .Nm. In the sequence ``~.'',charnier2002-10-162-44/+34
| | | | | | ``.'' is not a sentence termination, it must be escaped to be put inside quotes. Abort if execv() fails by adding err(). Do not dot terminate error messages.
* Set the error bit on the stream if an encoding error occurs. Improvetjr2002-10-166-15/+52
| | | | handling of multibyte sequences representing null wide characters.
* Avoid truncating invalid wide characters that are outside the range oftjr2002-10-161-1/+8
| | | | 'unsigned char'; signal an error instead.
* Cast the first argument to bzero() to `void *' after casting it torobert2002-10-162-2/+2
| | | | `uintptr_t' to pass it as the type bzero() expects.
* Catch up with US versionue2002-10-162-53/+13
| | | | | layout.sgml 1.4 -> 1.5 trouble.sgml 1.5 -> 1.6
* Properly put macro args in ().phk2002-10-161-2/+2
| | | | Spotted by: FlexeLint.
* Be consistent about functions being static.phk2002-10-167-12/+12
| | | | Spotted by: FlexeLint
* Be consistent about funtions being static.phk2002-10-161-11/+11
| | | | Spotted by: FlexeLint
* Put an XXX: comment here to point out a couple of free() issues onphk2002-10-161-0/+4
| | | | | | pnp_read_bytes(). Spotted by: FlexeLint
* No need to declare M_ISADEV here.phk2002-10-161-2/+0
| | | | Spotted by: FlexeLint.
* Be consistent about funtions being static.phk2002-10-168-25/+39
| | | | Spotte by: FlexeLint.
* Be consistent about functions being static.phk2002-10-162-32/+32
| | | | | | Fix misindentation. Spotted by: DARPA & NAI Labs.
* Be consistent about functions being static.phk2002-10-161-1/+1
| | | | Spotted by: FlexeLint.
* Be consistent about functions being static.phk2002-10-167-31/+31
| | | | | | Properly put macro args in (). Spotted by: FlexeLint.
* Properly put macro args in ().phk2002-10-161-1/+1
| | | | Spotted by: FlexeLint.
* Be consistent about functions being static.phk2002-10-168-29/+33
| | | | Spotted by: FlexeLint.
OpenPOWER on IntegriCloud