Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make it work for a different endianness binary. | ru | 2002-05-25 | 2 | -47/+31 |
| | | | | | | (This version is still limited to ELF64.) Reviewed by: jake | ||||
* | Get all the fruit from makefile. | ru | 2002-05-25 | 3 | -30/+13 |
| | |||||
* | Move elf2aout to usr.sbin/. | ru | 2002-05-25 | 1 | -0/+1 |
| | | | | Approved by: jake | ||||
* | The man page is VERY WRONG about using "-o noupdate" with -s. | obrien | 2002-05-25 | 1 | -5/+12 |
| | | | | So fix it, and add an example using -s. | ||||
* | Removed dead code. | ru | 2002-05-24 | 1 | -8/+0 |
| | |||||
* | Handle endianness. This completes cross-support for sparc64. | ru | 2002-05-24 | 2 | -40/+112 |
| | |||||
* | Un-kmemize. Portions of the tty mode code have been temporarily disabled; | des | 2002-05-23 | 2 | -84/+147 |
| | | | | | | everything else, including dead kernel support, works just like before. Sponsored by: DARPA, NAI Labs | ||||
* | Nits in previous commits. | des | 2002-05-23 | 1 | -3/+3 |
| | | | | Sponsored by: DARPA, NAI Labs | ||||
* | Cull large amounts of dead code (deprecated since 1997) | des | 2002-05-23 | 2 | -586/+6 |
| | | | | Sponsored by: DARPA, NAI Labs | ||||
* | ANSIfy. | des | 2002-05-23 | 1 | -61/+40 |
| | | | | Sponsored by: DARPA, NAI Labs | ||||
* | Staticize. | des | 2002-05-23 | 1 | -50/+50 |
| | | | | Sponsored by: DARPA, NAI Labs | ||||
* | Whitespace cleanup. | des | 2002-05-23 | 1 | -6/+6 |
| | | | | Sponsored by: DARPA, NAI Labs | ||||
* | Unbreak tty mode (cons was renamed to constty a while ago) | des | 2002-05-23 | 1 | -1/+1 |
| | | | | Sponsored by: DARPA, NAI Labs | ||||
* | load_env(), the function that attempts to parse a crontab | roberto | 2002-05-23 | 1 | -23/+76 |
| | | | | | | | | | | | line as an environment variable assignment, is broken and not conformant to its description in the manual page. I think it is worthwhile to have that fix in 4.6. PR: bin/38374 Submitted by: Thomas Quinot <thomas@cuivre.fr.eu.org> MFC after: 2 days | ||||
* | This manpage is for Alpha only. | ru | 2002-05-23 | 1 | -1/+1 |
| | |||||
* | Increase the maximum FSM option length to 50 | brian | 2002-05-22 | 2 | -3/+3 |
| | |||||
* | Add some missing #includes that weren't required due to namespace polution | brian | 2002-05-22 | 3 | -2/+3 |
| | | | | | | in our headers. Submitted by: bde | ||||
* | Eliminate free'ing already freed chunks. | sobomax | 2002-05-22 | 1 | -2/+3 |
| | | | | MFC after: 1 week | ||||
* | Added support for ia64 and sparc64. | ru | 2002-05-21 | 2 | -0/+10 |
| | |||||
* | Mention our support of the authentication side of rfc2548 | brian | 2002-05-21 | 1 | -1/+1 |
| | |||||
* | Add two FTP mirrors in France: | roberto | 2002-05-20 | 2 | -0/+8 |
| | | | | | | | - ftp7 in Paris (ftp.club-internet.fr) - ftp8 in Stransbourg (ftp.u-strasbg.fr) MFC after: 1 day | ||||
* | Bootstrap elf2aout(1) for sparc64; used to build sys/boot/sparc64/boot1. | ru | 2002-05-20 | 1 | -1/+29 |
| | |||||
* | MFS: silence compiler warnings. | sobomax | 2002-05-20 | 1 | -7/+7 |
| | |||||
* | Kill the stray #include line. | ru | 2002-05-20 | 1 | -1/+0 |
| | |||||
* | s/u_int/u_int32_t/ | ru | 2002-05-20 | 1 | -8/+9 |
| | |||||
* | Fix IP address typo. | dd | 2002-05-20 | 1 | -1/+1 |
| | | | | | PR: 38313 Submitted by: Jeff Ito <jeffi@rcn.com> | ||||
* | Work around a code generation bug of GCC 3.1 by replacing | knu | 2002-05-19 | 1 | -14/+14 |
| | | | | | | | | | | | | | | | | | `/2' with `>>1'. In the context `>>1' is more appropriate because it looks like the division is used to restore a shifted value. GCC GNATS PR: c/6677 This fixes a problem where wheel-up movement is taken as wheel-down in the sysmouse protocol. Do not assume the plain char's are signed; use `signed char' where char's need to be signed. Discussed on: audit Pointed out by: bde | ||||
* | Document RAD_MICROSOFT_MS_CHAP2_SUCCESS. | brian | 2002-05-18 | 1 | -0/+5 |
| | |||||
* | Get byte swapping primitives from sys/endian.h now that they are exported | jake | 2002-05-17 | 1 | -5/+1 |
| | | | | to userland. This makes elf2aout work as a cross tool. | ||||
* | MFS: Extend a buffer size so that packages with particularily deep dependency | brian | 2002-05-17 | 1 | -1/+1 |
| | | | | lists install properly. | ||||
* | Stop this program's abuse of malloc(3). Its return value doesn't need these | jmallett | 2002-05-17 | 4 | -17/+14 |
| | | | | | ugly explicit casts, and its argument doesn't need explicitly cast to u_int, especially if sizeof() is being used. | ||||
* | Put back <string.h> | brian | 2002-05-17 | 1 | -0/+1 |
| | |||||
* | - Convert a bunch of macros to the actual function they're calling. These | arr | 2002-05-16 | 13 | -267/+187 |
| | | | | | | | | | | | include: UM_ALLOC -> calloc, malloc UM_FREE -> free UM_COPY -> bcopy UM_ZERO -> bzero This is the first step towards removing these macros. | ||||
* | - Convert a bunch of macros to the actual function they're calling. These | arr | 2002-05-16 | 4 | -73/+56 |
| | | | | | | | | | | | include: UM_ALLOC -> calloc, malloc UM_FREE -> free UM_COPY -> bcopy UM_ZERO -> bzero This is the first step towards removing these macros. | ||||
* | Remove cross reference to pkg_update(1). | eric | 2002-05-16 | 1 | -1/+0 |
| | | | | Submitted by: dd | ||||
* | Replace the perl script version of this with a sh(1) script. | markm | 2002-05-16 | 4 | -142/+114 |
| | | | | Submitted by: Riccardo "VIC" Torrini <riccardo@torrini.org> | ||||
* | Don't install scriptdump which is written in Perl. This is | ume | 2002-05-16 | 1 | -1/+1 |
| | | | | corresponding to removal of Perl from base system. | ||||
* | Add some OpenBSD includes | brian | 2002-05-16 | 1 | -0/+4 |
| | |||||
* | Fix a mis-placed #else/#endif | brian | 2002-05-16 | 1 | -2/+1 |
| | |||||
* | Handle MS-CHAPv2 authentication correctly via the RADIUS server (if it's | brian | 2002-05-16 | 5 | -48/+114 |
| | | | | | | | | | | configured). Handle internal failures in radius_Authenticate() correctly. Bump the ppp version number. This doesn't yet work with MPPE. More will follow. Sponsored by: Mozoon | ||||
* | more file system > filesystem | trhodes | 2002-05-16 | 3 | -6/+6 |
| | |||||
* | Consistancy check: s/file system/filesystem/g | trhodes | 2002-05-16 | 10 | -14/+14 |
| | |||||
* | pciconf(8) has an incorrect synopsis which argues the output from the | trhodes | 2002-05-15 | 1 | -2/+2 |
| | | | | actual program. | ||||
* | Explicitly cast NCONTINENTS to int to silence an overflow warning. | des | 2002-05-15 | 1 | -1/+1 |
| | |||||
* | Remove bogus cast. | des | 2002-05-15 | 1 | -1/+1 |
| | |||||
* | Unbreak Alpha build. | des | 2002-05-15 | 1 | -1/+2 |
| | |||||
* | Unbreak Alpha build. | des | 2002-05-15 | 1 | -2/+4 |
| | |||||
* | Use fgetln to remove the static limit on the length of lines in | iedowse | 2002-05-14 | 1 | -14/+15 |
| | | | | | | /etc/exports. Oversized lines were unlikely due to the large 10k limit, but any found would cause mountd to exit with an error. Also fix one or two compiler warnings. | ||||
* | - Make use of DEPOROGINs (if there are any) when installing package; | sobomax | 2002-05-14 | 7 | -137/+267 |
| | | | | | | | - fix few bogosities here and there; - move some common routines into the library. MFC after: 2 weeks | ||||
* | Trivial language fixes. | dannyboy | 2002-05-14 | 1 | -3/+3 |
| | | | | | PR: 38015 Submitted by: Chris Pepper <pepper@mail.rockefeller.edu> |