Age | Commit message (Collapse) | Author | |
---|---|---|---|
1997-12-10 | emulate linux SIOCGIFHWADDR; stolen from freebsd; not tested yet | Theo de Raadt | |
1997-12-10 | pw -> rpc | Tobias Weingartner | |
1997-12-10 | insert forgotten copyright + handle eject ioctl. | Niels Provos | |
1997-12-09 | no, this is better | Theo de Raadt | |
1997-12-09 | on mips systems, ldconfig after kerberos too as new libs get installed | Niklas Hallqvist | |
1997-12-09 | sync | Theo de Raadt | |
1997-12-09 | ioctl-patch for machines with many interfaces. | Artur Grabowski | |
by Theo. | |||
1997-12-09 | I just wondered why it said "ud" instead of "udp". | Artur Grabowski | |
1997-12-09 | for XPG, do not use special typedef types | Theo de Raadt | |
1997-12-09 | sync | Theo de Raadt | |
1997-12-09 | eol | Theo de Raadt | |
1997-12-09 | fix O_TRUNC and O_{SH,EX}LOCK properly; problem found by provos | Theo de Raadt | |
1997-12-09 | always those small bugs.. | Artur Grabowski | |
1997-12-09 | Always those small bugs.. | Artur Grabowski | |
1997-12-09 | Removed one expliotable hole, one possibly exploitable hole, many buffer | Artur Grabowski | |
overflows and lots of unchecked pointers. Tags are nice too. | |||
1997-12-09 | Minor mdoc cleanup. | Todd C. Miller | |
1997-12-09 | make struct statfs reflect reality. | Todd C. Miller | |
1997-12-09 | when downgrading a filesystem to read-only, use softdep_flushfiles; mckusick | Theo de Raadt | |
1997-12-09 | Intel P5 f00f workaround; weingart & who knows who else | Theo de Raadt | |
1997-12-09 | Make reset_prog_mode() and reset_shell_mode() in libtermlib weak | Todd C. Miller | |
symbols so that they get overridden by the ones in libcurses. This is rather gross but the curses versions are tightly coupled to naughty bits private to libcurses. This allows reset_prog_mode() and reset_shell_mode() to operate properly both with an without libcurses linked in. | |||
1997-12-08 | fix chN (N > 0) problem | Michael Shalayeff | |
1997-12-08 | add kern.nosuidcoredump to lock things out even more | Theo de Raadt | |
1997-12-08 | correct paths | Theo de Raadt | |
1997-12-08 | Deal with inflate() returning avail_in == avail_out == 0 | brian | |
We must call inflate again in case there's any pending output despite our input buffer being empty. If the output buffer is in fact already flushed, inflate() returns Z_BUF_ERROR. There isn't really an error ! | |||
1997-12-08 | Correct usage of `add' and `delete'. | brian | |
1997-12-08 | mention "option IPFILTER" | kstailey | |
1997-12-08 | first cut at performance enhancing heuristic | Theo de Raadt | |
1997-12-08 | use cp -R for local copies | Theo de Raadt | |
1997-12-08 | start at appletalk... | Theo de Raadt | |
1997-12-08 | avoid fclose(NULL) | Theo de Raadt | |
1997-12-08 | Add page 0x10 (Device Configuration Page for sequential-access devices); joerg | Theo de Raadt | |
Add some extra flags in the caching page; tegge Fix a spelling error; mpp | |||
1997-12-07 | Fix PAP, CHAP & LQR req (I broke the byte ordering when | brian | |
I did the deflate re-org). Make PAP & CHAP negotiation prettier in the log file. If both PAP & CHAP are `enabled' and the peer NAKs CHAP suggesting PAP, be friendly and REQ PAP the next time. This is in line with the rfc. | |||
1997-12-07 | handle linux cdrom ioctls. not that i play quake that often but it was | Niels Provos | |
the only binary around. | |||
1997-12-07 | Add forgotten files. | brian | |
1997-12-07 | Only allow one arg to `delete' - the mask & gateway aren't necessary. | brian | |
Delete AF_LINK routes as well as AF_INET. Allow the word `default' as the arg to `delete' or in place of the first two args (dest & netmask) to `add'. Accept INTERFACE as the third arg to `add'. You can now say `add default interface' to create a default route through the tun interface. It's reported that subsequent bind()s will bind to a broadcast address and not to the address currently assigned to the tun device - this is the first step towards supporting that first connection that was around from before the dynamic IP negotiation.... | |||
1997-12-06 | Correct cftypes128 index. | brian | |
1997-12-06 | goodbye TIMEZONE and DST | kstailey | |
1997-12-06 | tag direction based on SS_CONNECTOUT | Theo de Raadt | |
1997-12-06 | #ifdef out call to _nc_update_screensize | Todd C. Miller | |
1997-12-06 | cuaaX => cua0X: This is OpenBSD ! | brian | |
1997-12-06 | Understand ``sockaddr_dl''s where sdl_nlen != 0 | brian | |
1997-12-06 | Remove duplicate REJECTED macro. | brian | |
Remove extraneous pointers. | |||
1997-12-06 | Initialize ccpstate when CCP comes down. | brian | |
Remove extraneous pointers. | |||
1997-12-06 | Parenthesise the REJECTED macro. | brian | |
1997-12-06 | Identify rejected protocol types according to rfc1700. | brian | |
1997-12-06 | Add DEFLATE capabilities (rfc1979). | brian | |
1997-12-06 | Show uptime as zero if a connection has never been made. | brian | |
1997-12-05 | $OpenBSD$ tag. | gene | |
Also, remove secretmail sicne we no longer have it. This could probably use a review and modernization. | |||
1997-12-05 | argh. this darn little bugger made CDIOCREADSUBCHANNEL unuseable, this | Niels Provos | |
should also fix some cdio problems with SCSI cdroms. | |||
1997-12-04 | Fixed a sysadmin-dos. | Artur Grabowski | |