summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
1998-08-06fix fortune call; matter@superlink.netMichael Shalayeff
1998-08-06Some small fixes for non ofw systemsPer Fogelstrom
1998-08-06Use single line geometry printing. Looks just like sd, now.Jason Downs
1998-08-06netintro(4); hwr@pilhuhn.deTheo de Raadt
1998-08-05mention new SIOCGIFCONF semanticsTodd C. Miller
1998-08-05fix ifc_len == 0 hack for variable size structures.Todd C. Miller
1998-08-05IOV_MAX, not UIO_MAXIOVTodd C. Miller
1998-08-05add missing check for msg.msg_iovlen <= 0Todd C. Miller
1998-08-05return EMSGSIZE, not EINVAL is msg_iovlen <= 0 as per XPG 4.2Todd C. Miller
When comparing against UIO_SMALLIOV/UIO_MAXIOV check for >, not >=
1998-08-05Add IOV_MAX from XPG 4.2. This supercedes UIO_MAXIOV so mark it as such.Todd C. Miller
1998-08-05delete bogus casts of msg_iovlen to u_int since msg_iovlen is already a u_intTodd C. Miller
1998-08-0512 seconds not 30. But I am just about to remove the kill and waitTheo de Raadt
patch. Obviously it was never tested on a machine running a regular compliment of services. On such a machine, it causes a full 12 (was 30) second delay *EVERY TIME*. That's COMPLETELY unreasonable.
1998-08-05setuid/setgid caveats; formTheo de Raadt
1998-08-04fix resid wrt debugging printfTodd C. Miller
1998-08-04fix type of resid in debugging printfTodd C. Miller
1998-08-04fix type of resid in printfTodd C. Miller
1998-08-04typoJason Downs
1998-08-04make resid size_tTodd C. Miller
1998-08-04make b_resid size_tTodd C. Miller
1998-08-04don't rely on b_resid being signedTodd C. Miller
1998-08-04Add hack to SIOCGIFCONF where if ifc_len is 0, fill it in with the size ↵Todd C. Miller
needed and return; Linux does this too. Suggested by cmetz@inner.net
1998-08-04Use MACHINE_ARCH, not MACHINE when installing .ph files; pefo@opsycon.seTodd C. Miller
1998-08-04Change K6 3D to K6-2 (ewww) and set the Intel 686 model 5 as a P2.Jason Downs
1998-08-04Fix definition of high port and tell where they come from; noted by ↵Todd C. Miller
karls@inet.no
1998-08-04fix parsing on chat script when passed on the command line; problem noted by ↵Todd C. Miller
fgsch@olimpo.com.br but different fix committed.
1998-08-04Fix by Federico G. Schwindt <fgsch@olimpo.com.br> for YM ISA PNP driverConstantine Sapuntzakis
1998-08-04note hamburger, potato and B-25Michael Shalayeff
1998-08-03Use UID_MAX, not UINT_MAX. Rename remove_trailing_space() to ↵Todd C. Miller
trim_whitespace() since it trims from both ends, not just the rear.
1998-08-03use __prognameTodd C. Miller
1998-08-03update to ncurses-4.2-980801Todd C. Miller
1998-08-03Set SO_REUSEADDR on printer/tcp service (port 515); csapuntz@clearviewtech.comTodd C. Miller
1998-08-03no toehold; emory@hellyeah.comTheo de Raadt
1998-08-02cleanup ipsec error handlingNiels Provos
1998-08-02#define TUNMRU as 16384 and allow incoming packetsbrian
of up to this size rather than restricting them based on our MTU.
1998-08-02Enable built-in spam protectionThorsten Lockert
1998-08-02fix typoTodd T. Fries
1998-08-02comment a comment 4 m4Todd T. Fries
1998-08-02add close on exec flag to all opensTodd C. Miller
1998-08-01Clarification.Angelos D. Keromytis
1998-08-01more careful error handling, some simplification and beautification.Niels Provos
1998-08-01close socket. Not really necessary, but good form.Angelos D. Keromytis
1998-08-01Document accepted values for -proto/-proto2.Angelos D. Keromytis
1998-08-01Sanity check numerical values for -proto/-proto2 flags (4, 50, and 51Angelos D. Keromytis
accepted only).
1998-08-01Forgot this already-documented addition: -proto/-proto2 can also takeAngelos D. Keromytis
"esp", "ah", and "ip4" as arguments (in addition to protocol numbers).
1998-08-01Add symbolic names for the -transport and -sport/-dport flags (fromAngelos D. Keromytis
/etc/protocols and /etc/services respectively). Document changes, document option "ip4".
1998-08-01sipp-esp/sipp-ah -> esp/ahAngelos D. Keromytis
1998-08-01They're not sipp-esp and sipp-ah, just esp and ahAngelos D. Keromytis
1998-07-31Match generic SVEC pcmcia NE2000 clone that identifies itself as 'Ethernet ↵Todd C. Miller
Adapter 2.0'. You just don't get any more generic than that do you? These boards are dirt cheap.
1998-07-30unctrl.c is generated at depend timeTodd C. Miller
1998-07-30LIF file systemMichael Shalayeff