summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Add the new extra argument also in the alpha case.phk2002-10-231-1/+1
|
* query ip6.arpa then ip6.int for IPv6 reverse lookup. follows RFC3152.ume2002-10-231-51/+77
| | | | | Obtained from: KAME MFC after: 1 week
* Whitespace cleanup.des2002-10-232-20/+18
|
* Be consistent about declaring a function "static", and consistentmarkm2002-10-231-3/+3
| | | | about the type of argv.
* Constify, staticify, rationalise types and fix other related warnings.markm2002-10-231-8/+8
|
* Add a Standards section, claiming conformance to IEEE Std. 1003.1-2001.tjr2002-10-231-1/+17
| | | | | Also add a note to the Bugs section pointing out that strerror() and perror() share the same static buffer.
* Constify to squash some warnings.markm2002-10-232-2/+2
|
* Very minor whitespace/style nit.markm2002-10-232-4/+2
|
* Put parentheses around function-like macros to shut up warnings.markm2002-10-231-5/+5
|
* Kill EOL spaces.maxim2002-10-231-24/+23
| | | | | Approved by: luigi MFC after: 1 week
* Use syslog for messages about dropped sessions, do not flood a console.maxim2002-10-231-1/+1
| | | | | | Suggested by: Eugene Grosbein <eugen@kuzbass.ru> Approved by: luigi MFC after: 1 week
* Translate to English.des2002-10-231-13/+18
|
* This commit was generated by cvs2svn to compensate for changes in r105770,des2002-10-231-2/+2
|\ | | | | | | which included commits to RCS files with non-trunk default branches.
| * (MFP4#19900) Write message to stdout, not stderr.des2002-10-231-2/+2
| | | | | | | | | | Submitted by: jmallet Sponsored by: Rachel Hestilow <rachel@jerkcity.com>
* | update version numbers to (consistenly):assar2002-10-232-8/+8
| | | | | | | | | | krb4 1.0.5 fb1 (including the kadmind fix) heimdal 0.5 fb1 (including the kadmind fix)
* | This commit was generated by cvs2svn to compensate for changes in r105765,assar2002-10-231-2/+11
|\ \ | | | | | | | | | which included commits to RCS files with non-trunk default branches.
| * | import 1.29 to fix buffer overflow:assar2002-10-231-2/+11
| | | | | | | | | | | | | | | | | | check the length of the authenticator and rlen Obtained from: Heimdal CVS
* | | Add two missing </para> I noticed during translation.ue2002-10-232-4/+4
| | |
* | | Missplaced FREE_LOCK causes a panic when hit while taking a snapshot.mckusick2002-10-231-1/+1
| | | | | | | | | | | | Sponsored by: DARPA & NAI Labs.
* | | Hook raidctl up to the build.scottl2002-10-231-0/+1
| | | | | | | | | | | | Submitted by: tjr
* | | Replace this wcsncpy() implementation with one based on strncpy.c to fixtjr2002-10-231-26/+32
| | | | | | | | | | | | | | | | | | | | | two major bugs: - off-by-one overflow when the length of the source string exceeds or equals the destination buffer size. - old version was not padding the destination buffer with null wide chars
* | | Teach ifconfig(8) how to print and set the MAC labels on networkrwatson2002-10-234-0/+116
| | | | | | | | | | | | | | | | | | | | | | | | | | | interfaces using the 'mac' argument. Without MAC support in the kernel, this does not change the behavior of ifconfig. Approved by: re Obtained from: TrustedBSD Project Sponsored by: DARPA, Network Associates Laboratories
* | | Don't complain if we have an inconsistent map that may be themarcel2002-10-231-8/+13
| | | | | | | | | | | | | | | | | | | | | | | | result of an incomplete migration. An incomplete migration is one where the MBR is not turned into a PMBR after creating the GPT. This early in the game it's more convenient to allow the inconsistency, because that avoids that we have to destroy the MBR partitioning for now.
* | | Add a new '-s' option to su(1): if the flag is present, attempt torwatson2002-10-232-5/+23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | also set the user's MAC label as part of the user credential setup by setting setusercontext(3)'s SETMAC flag. By default, change only traditional process properties. Approved by: re Obtained from: TrustedBSD Project Sponsored by: DARPA, Network Associates Laboratories
* | | If LOGIN_SETMAC is set and MAC is enabled in the kernel, then seerwatson2002-10-231-0/+27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | if the user has a 'label' entry in their login class. If so, attempt to set that label on the process as part of the credential setup. If we're unable to parse the label, or unable to set the label, fail. In the future, we may also want to warn if a label is set but the kernel doesn't support MAC. Approved by: re Obtained from: TrustedBSD Project Sponsored by: DARPA, Network Associates Laboratories
* | | Introduce simple command line tools to manage MAC labels on processes andrwatson2002-10-2311-0/+577
| | | | | | | | | | | | | | | | | | | | | | | | | | | files. Basically wrappers for mac_{get,set}_{file,link,pid,proc}(3). Man pages to be updated shortly. Approved by: re Obtained from: TrustedBSD Project Sponsored by: DARPA, Network Associates Laboratories
* | | Handle binaries with arbitrary number PT_LOAD sections, not onlykan2002-10-231-14/+19
| | | | | | | | | | | | | | | | | | | | | | | | | | | ones with one text and one data section. The text and data rlimit checks still needs to be fixed to properly accout for additional sections. Reviewed by: peter (slightly different patch version)
* | | De-obfuscate and correct the include path handling for SysV style includes.jmallett2002-10-231-35/+4
| | | | | | | | | | | | | | | | | | | | | PR: 32759 Submitted by: Mark Valentine Reviewed by: Matthew Emmerton" <matt@gsicomp.on.ca> MFC after: 15 days
* | | Add support for binaries with arbitrary number of PT_LOAD sections.kan2002-10-232-45/+55
| | | | | | | | | | | | Reviewed by: peter
* | | Minor grammar fix: referenced to -> in reference to.keramida2002-10-221-1/+1
| | |
* | | Add description of fetch-recursive target.keramida2002-10-221-1/+3
| | |
* | | Refer to doc/en_US.ISO8859-1 for documentation.keramida2002-10-221-2/+2
| | |
* | | Split an excessively long sentence.keramida2002-10-221-3/+3
| | |
* | | fixed a kernel crash by "ifconfig stf0 inet 1.2.3.4"suz2002-10-221-5/+9
| | | | | | | | | | | | MFC after: 1 week
* | | Improve wording by removing repetitive use of 'default'.keramida2002-10-221-1/+1
| | |
* | | The ipfw module is only loaded if necessary.keramida2002-10-221-1/+3
| | |
* | | s/then/than/ where appropriate.keramida2002-10-221-4/+4
| | |
* | | rulset -> rulesetkeramida2002-10-221-1/+1
| | |
* | | Fill in missing parts of the ATAPI/CAM XPT: implement XPT_RESET_BUSthomas2002-10-223-26/+52
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | and XPT_RESET_DEV. In order to properly handle reset requests whether they originate in the ATA layer (atacontrol reinit) or from the CAM layer (camcontrol reset) ata_reinit does not cause the SIM to be deallocated anymore. The SIM is now unconditionnally created for each ATAPI bus. This change may cause existing bus ids to change on some setups. Reviewed by: roberto Approved by: sos
* | | Forgot to include <errno.h> when using 'errno' here.jmallett2002-10-221-0/+1
| | |
* | | Use an error message closer to old dumpfs(8) in the case of truncated/nojmallett2002-10-221-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | superblock. Submitted by: kkenn Can't use it verbatim, at least I hate to, as the ", skipped" bit doesn't make much sense in a library, to me.
* | | When errno is not set, do not use warn(3).jmallett2002-10-221-1/+2
| | |
* | | Use the libufs_printerror() function, which hopefully will deconfuse usersjmallett2002-10-221-1/+2
| | | | | | | | | | | | | | | | | | getting error cases in a libufsificated dumpfs(8). Poked by: kkenn
* | | Add the concept of a per-disk error string, and a function which prints itjmallett2002-10-226-1/+78
| | | | | | | | | | | | along with the errno, if one is set.
* | | Style fix: space between 'switch' and '('.rwatson2002-10-222-2/+2
| | |
* | | Don't dereference the 'x' pointer if it is NULL, instead skip thejhb2002-10-221-6/+12
| | | | | | | | | | | | | | | | | | | | | assignment. The netsmb code likes to call these functions with a NULL x argument a lot. Reported by: Vallo Kallaste <kalts@estpak.ee>
* | | s/mls/biba/ in a copy+paste error for a printf.rwatson2002-10-221-1/+1
| | |
* | | - Expand struct trapframe to 256 bytes, make all fields fixed width and thejake2002-10-229-156/+303
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | same size. Add some fields that previously overlapped with something else or were missing. - Make struct regs and struct mcontext (minus floating point) the same as struct trapframe so converting between them is easy (null). - Add space for saving floating point state to struct mcontext. This requires that it be 64 byte aligned. - Add assertions that none of these structures change size, as they are part of the ABI. - Remove some dead code in sendsig(). - Save and restore %gsr in struct trapframe. Remember to restore %fsr. - Add some comments to exception.S.
* | | - No need for pmtimer hint anymore.jhb2002-10-221-2/+0
| | | | | | | | | | | | - npx doesn't need an 'at' hint anymore.
* | | No need for pmtimer hint anymore.jhb2002-10-222-2/+0
| | |
OpenPOWER on IntegriCloud