Age | Commit message (Collapse) | Author | |
---|---|---|---|
1999-11-13 | sync | Theo de Raadt | |
1999-11-13 | add another modem | Theo de Raadt | |
1999-11-13 | remove trailing comma also. oops | Eric Jackson | |
1999-11-13 | remove .Xr to a few non-existant man pages | Eric Jackson | |
1999-11-13 | Add FIBMAP ioctl. | Angelos D. Keromytis | |
1999-11-13 | FIBMAP ioctl from Linux, only usable on ISO 9660 FS. Note that the lba | Angelos D. Keromytis | |
returned is in 512-byte sectors, so if you're going to use it for things like DVD, you need to divide the result by 4 (for 2048-byte sectors). OK deraadt@ | |||
1999-11-13 | sync | Theo de Raadt | |
1999-11-13 | from chuq@chuq.com: several fixes to copy{in,out,}str() from charles | Theo de Raadt | |
and myself: don't panic if maxlen == 0, just return ENAMETOLONG. treat maxlen as unsigned like the manpage indicates. avoid crashing if the userspace address is >= KERNBASE. make sure *done is 0 when no bytes are copied. | |||
1999-11-12 | Break out the allocation of pv entries and 4m pagetables into functions. | Artur Grabowski | |
This is a preparation to make them non-sleeping. | |||
1999-11-12 | Use SEEK_SET instead of 0 for lseek. | Artur Grabowski | |
1999-11-12 | save a view malloc/memcpy/memset/free's, ok niels | Markus Friedl | |
1999-11-12 | fix overflow reported by damien@ibs.com.au: off_t totalsize, ok niels,aaron | Markus Friedl | |
1999-11-12 | This shouldn't have been committed with the previous commit, revert | Angelos D. Keromytis | |
(experimental code) | |||
1999-11-12 | Merge dvdio.h and cdio.h, don't use typedefs, get rid of bitfields (no | Angelos D. Keromytis | |
good reason to use them, not packed structures anyway). | |||
1999-11-12 | Use cdio.h instead of dvdio.h | Angelos D. Keromytis | |
1999-11-12 | sync | Theo de Raadt | |
1999-11-11 | clear temp buffer | Markus Friedl | |
1999-11-11 | make all access to options via 'extern Options options' | Markus Friedl | |
and 'extern ServerOptions options' respectively; options are no longer passed as arguments: * make options handling more consistent * remove #include "readconf.h" from ssh.h * readconf.h is only included if necessary | |||
1999-11-11 | print _all_ bad options found in configfile | Markus Friedl | |
1999-11-11 | IgnoreUserKnownHosts(default=no), used for RhostRSAAuth, ok deraadt,millert | Markus Friedl | |
1999-11-11 | Allow identd to be used w/o inetd. | Federico G. Schwindt | |
1999-11-11 | Add support for sending signals other than SIGHUP and optionally | Todd C. Miller | |
run a command instead of sending a signal. | |||
1999-11-11 | SCSI commands do not send data in both directions in the data phase. | Constantine Sapuntzakis | |
Fixes DMA bug Angelos was seeing with DVD stuff. Happy ripping! | |||
1999-11-11 | Pool will not work with old vm and is only used by uvm. Remove non-uvm code. | Artur Grabowski | |
1999-11-11 | add a powerhook to disable DMA on suspend. okay jason@ | Niels Provos | |
adapted from NetBSD Thu Oct 28 19:21:51 1999 UTC by sommerfeld: Fix suspend/resume-related problems observed on fxp0 on Sony Z505S: Symptoms: system would crash with "data modified on free list" pool panic from the mbuf cluster pool shortly after a resume. The cluster in question contained a valid 82557 receive descriptor and an IP packet. Happened sporadically in normal use. Easiest way for me to reproduce it was to run tcpdump and a flood ping and do a suspend/resume cycle or two. Changes: - in interrupt handler, if the interface isn't in IFF_RUNNING state, just ack interrupts and return; don't try to receive packets, queue new descriptors, etc., etc., - add power control hook to take interface down on suspend, and restart it (if it was up) on resume. - tweaks to fxp_stop and fxp_shutdown to avoid recursive panics due to the (now fixed) bug. | |||
1999-11-11 | Delay USB device attachment to prevent lost interrupts when probing uaudio. | Hakan Olsson | |
1999-11-11 | USB Audio, from NetBSD (augustss@carlstedt.se). Imported by me and niklas@. | Hakan Olsson | |
1999-11-11 | Use snprintf instead of sprintf and sizeof(foo) instead of hardcoded sizes. | Artur Grabowski | |
1999-11-11 | session_key_int may be zero | Markus Friedl | |
1999-11-11 | General cleanup of pmap. | Artur Grabowski | |
- MACHINE_NONCONTIG will no longer work and all code that is not MACHINE_NEW_NONCONTIG is removed. - Kill the pv_table hack which adds complexity to the code and wastes some memory, let the vm "handle" the pv lists through the vm_physmem array, this makes allocation a lot easier. - kill the managed() macro, since it was only used to see if pvhead would end up in a "hole" in pv_table. - pvhead() is now a function that returns NULL if the page is unmanaged. It also takes a page number as an argument instead of the physical address, since in most cases pvhead was called as pvhead(ptoa(pa)) anyway and it did an atop internally. | |||
1999-11-11 | extern.h is a better name than nonints.h | Marc Espie | |
(cvs file was copied from nonints.h to give a better sense of history). | |||
1999-11-11 | Close bug | Marc Espie | |
1999-11-11 | Communicate line numbers between parse.c and for.c. | Marc Espie | |
Parse_String starts in the current line, but at a given line number. .for loops yield correct line numbers, much easier to debug ! | |||
1999-11-11 | Lineno as unsigned long. Slightly easier for printf, and more sensible. | Marc Espie | |
1999-11-11 | Kill Str_FindSubString, it's strstr. | Marc Espie | |
1999-11-11 | Move all prototypes to nonints.h. Comment no longer reflects reality. | Marc Espie | |
1999-11-11 | fix fatal/assert() bug reported by damien@ibs.com.au: | Markus Friedl | |
allow session_key_int != sizeof(session_key) [this should fix the pre-assert-removal-core-files] | |||
1999-11-11 | Do not default to stacken.kth.se. The user should enter his own cell. | Artur Grabowski | |
1999-11-11 | .Xr login_fbtab | Eric Jackson | |
1999-11-11 | add man page for login_fbtab() | Eric Jackson | |
1999-11-11 | dhclient should fit... | Theo de Raadt | |
1999-11-11 | Only allow dhcp as an option if /sbin/dhclient exists; deraadt@ | Todd C. Miller | |
1999-11-11 | Note that when no arguments are given, only the newline is printed. | Aaron Campbell | |
1999-11-11 | sync | Theo de Raadt | |
1999-11-11 | Xr inode(5), and clean up a bit. | Aaron Campbell | |
1999-11-10 | add LogLevel {QUIET, FATAL, ERROR, INFO, CHAT, DEBUG} to ssh/sshd, | Markus Friedl | |
obsoletes QuietMode and FascistLogging in sshd. | |||
1999-11-10 | Fix to use enoioctl | Constantine Sapuntzakis | |
1999-11-10 | remove x11- and krb-cleanup from fatal() + krb-cleanup cleanup | Markus Friedl | |
1999-11-10 | Tweaks; millert@ | Aaron Campbell | |
1999-11-10 | calloc.c is back | Todd C. Miller | |