Age | Commit message (Expand) | Author |
1998-08-06 | Rename vop_revoke, vn_bwrite, vop_noislocked, vop_nolock, vop_nounlock | Constantine Sapuntzakis |
1998-08-06 | sync | Michael Shalayeff |
1998-08-06 | add TI1220 PCI-CardBus Bridge; somebody deal w/ that NM3160 thing from intel | Michael Shalayeff |
1998-08-06 | Some small fixes for non ofw systems | Per Fogelstrom |
1998-08-06 | Use single line geometry printing. Looks just like sd, now. | Jason Downs |
1998-08-05 | fix ifc_len == 0 hack for variable size structures. | Todd C. Miller |
1998-08-05 | add missing check for msg.msg_iovlen <= 0 | Todd C. Miller |
1998-08-05 | return EMSGSIZE, not EINVAL is msg_iovlen <= 0 as per XPG 4.2 | Todd C. Miller |
1998-08-05 | Add IOV_MAX from XPG 4.2. This supercedes UIO_MAXIOV so mark it as such. | Todd C. Miller |
1998-08-05 | delete bogus casts of msg_iovlen to u_int since msg_iovlen is already a u_int | Todd C. Miller |
1998-08-04 | fix resid wrt debugging printf | Todd C. Miller |
1998-08-04 | fix type of resid in debugging printf | Todd C. Miller |
1998-08-04 | fix type of resid in printf | Todd C. Miller |
1998-08-04 | make resid size_t | Todd C. Miller |
1998-08-04 | make b_resid size_t | Todd C. Miller |
1998-08-04 | don't rely on b_resid being signed | Todd C. Miller |
1998-08-04 | Add hack to SIOCGIFCONF where if ifc_len is 0, fill it in with the size neede... | Todd C. Miller |
1998-08-04 | Change K6 3D to K6-2 (ewww) and set the Intel 686 model 5 as a P2. | Jason Downs |
1998-08-04 | Fix by Federico G. Schwindt <fgsch@olimpo.com.br> for YM ISA PNP driver | Constantine Sapuntzakis |
1998-08-02 | cleanup ipsec error handling | Niels Provos |
1998-08-02 | #define TUNMRU as 16384 and allow incoming packets | brian |
1998-08-01 | more careful error handling, some simplification and beautification. | Niels Provos |
1998-07-31 | Match generic SVEC pcmcia NE2000 clone that identifies itself as 'Ethernet Ad... | Todd C. Miller |
1998-07-30 | LIF file system | Michael Shalayeff |
1998-07-30 | lif file device for tape, net, etc boot | Michael Shalayeff |
1998-07-30 | Correct comment about descriptor swap bit. | Per Fogelstrom |
1998-07-30 | fixing a stupid bug I introduced when trying to improve the encryption | Niels Provos |
1998-07-30 | Forgot this one with the previous batch of commits; use ip4_input() | Angelos D. Keromytis |
1998-07-29 | Proper handling of IP in IP and checksumming. | Angelos D. Keromytis |
1998-07-29 | Don't do checksumming unless we're doing IP-in-IP. | Angelos D. Keromytis |
1998-07-29 | real user .text base | Michael Shalayeff |
1998-07-29 | add strchr proto | Michael Shalayeff |
1998-07-29 | some debug prints; one lseek fix | Michael Shalayeff |
1998-07-29 | if() debug prints; correct handling sym-less files | Michael Shalayeff |
1998-07-28 | vn_rdwr proto fallout I missed earlier | Todd C. Miller |
1998-07-28 | writev takes an int as param #3; theo | Todd C. Miller |
1998-07-28 | For read, write, send, sendto, recv, recvfrom return EINVAL is size arg > SSI... | Todd C. Miller |
1998-07-28 | Fix indentation problems. | Constantine Sapuntzakis |
1998-07-28 | Disable ISA PNP devices before ISA scan | Constantine Sapuntzakis |
1998-07-28 | Don't assume uio_resid can go negative when detecting oflow | Todd C. Miller |
1998-07-28 | Return EINVAL when msg_iovlen or iovcnt <= 0; Make uio_resid unsigned (size_t... | Todd C. Miller |
1998-07-27 | oops, remove bugus trailing spaces | Marco S Hyman |
1998-07-27 | Fix BATT_REMAINING macro so it returns values in minutes (as documented) | Marco S Hyman |
1998-07-27 | make LIF definitions machine-wide | Michael Shalayeff |
1998-07-27 | machine-wide LIF definitions | Michael Shalayeff |
1998-07-26 | clean up some things left from my debugging activity. | Matthieu Herrb |
1998-07-24 | Kill the god damned COMPAT_12. Thanks, guys. | Jason Downs |
1998-07-24 | -lcurses, not termcap/termlib | Todd C. Miller |
1998-07-23 | do delays based on command type -- this works a lot better, make "mt status" | Theo de Raadt |
1998-07-23 | add new non-functional ioctl values from netbsd | Theo de Raadt |