Age | Commit message (Collapse) | Author | |
---|---|---|---|
1996-09-14 | Third time because import sucks. | etheisen | |
1996-09-14 | Joystick is at 0x201, not 0x200 | Thorsten Lockert | |
Add config for GUS MAX | |||
1996-09-14 | First shot at a multivendor kernel. This version handles pica's and desk- | Per Fogelstrom | |
station tyne's. Auto detection still needs to be compleeted. Checked in version is hardwired for pica's. Use the PICA config file. | |||
1996-09-14 | Temporarily disable groff build until other mods are checked in. | etheisen | |
1996-09-14 | WHen we fail to open tape device, only print an error message if errno | Todd C. Miller | |
is non-zero. If errno is 0 then the remote mt already did the message... | |||
1996-09-14 | install target; disklabel on image instead, more inodes | Theo de Raadt | |
1996-09-14 | Now uses "wall -g" so no need to be setgid tty. This makes $RSH work. | Todd C. Miller | |
Also fix buf oflow. | |||
1996-09-14 | restrict floppy dev nodes for now | Theo de Raadt | |
1996-09-13 | Heh Per, SVR4 wants to load the ELF interpreter too, sometimes :-) | Niklas Hallqvist | |
1996-09-13 | final correct badsect device patch from curt@portal.ca | Theo de Raadt | |
1996-09-13 | typo | Theo de Raadt | |
1996-09-13 | kill unused var | Jason Downs | |
1996-09-13 | remove mapartitions default. | Michael Shalayeff | |
1996-09-13 | fingerd -ls; shut down tftp | Theo de Raadt | |
1996-09-13 | hostname can be longer; noticed by bitblt | Theo de Raadt | |
1996-09-13 | document our extensions | Theo de Raadt | |
1996-09-12 | foom | Theo de Raadt | |
1996-09-12 | cvs.openbsd.org rules with 20% buffer cache | Theo de Raadt | |
1996-09-12 | BUFCACHEPERCENT for cranking % of mem used | Theo de Raadt | |
1996-09-12 | suspicious suspicious | Theo de Raadt | |
1996-09-12 | sendmail gecos oflow -- found by mudge, this fix by downsj. I knew about this | Theo de Raadt | |
hole a month ago. OpenBSD is not vulnerable because you cannot set a gecos that long -- bitblt and I fixed chfn & the other tools when we became aware of the hole; we did not fix sendmail to avoid bringing attention to the sendmail hole | |||
1996-09-12 | 16 partitions | Theo de Raadt | |
1996-09-12 | ok, must have read access at least. | Per Fogelstrom | |
1996-09-12 | remove excess tests... | Per Fogelstrom | |
1996-09-12 | set maxpartitions to machine default. | Michael Shalayeff | |
fix shift/reduce conflicts in grammar (i'm ukrainian, not else ;) | |||
1996-09-12 | set correct 'maxpartitions' | Michael Shalayeff | |
1996-09-12 | Close TCP receive window when we cannot receive data; suggested by Darren | Thorsten Lockert | |
Reed. Also make a conditional easier to read. | |||
1996-09-12 | TCP Persist handling; from 4.4BSD Lite2 (via NetBSD PR 2335) | Thorsten Lockert | |
1996-09-12 | Don't assume other subnets than our own are local to us; from Luigi Rizzo | Thorsten Lockert | |
by way of Jason Downs & Theo de Raadt. Can be overridden in the kernel configuration file by using "option SUBNETSARELOCAL=1" | |||
1996-09-12 | Support 16 partitions. | Jason Downs | |
1996-09-12 | Add 16 partition support to the SPARC. From NetBSD PR#2675, by der Mouse, | Jason Downs | |
<mouse@Collatz.McRCIM.McGill.EDU>. | |||
1996-09-12 | 16 partitions, fix pcmcia and joy | Theo de Raadt | |
1996-09-12 | 16 partitions | Theo de Raadt | |
1996-09-12 | Add some spaces. | Jason Downs | |
1996-09-11 | protect $HOME expansion; from das33@cornell.edu | Theo de Raadt | |
1996-09-11 | revoke privs at start; tested by fenner@parc.xerox.com | Theo de Raadt | |
1996-09-11 | fix a typo | Theo de Raadt | |
1996-09-11 | Rearrange much of the polling code so really, really *busted* NEC hardware | Jason Downs | |
mostly works, along with various other bits of cleanup. Please, people, if you have any choice in the matter at all, avoid NEC IDE CD-ROM drives like the plague upon mankind they are. Especially DO NOT connect a NEC and another brand ATAPI drive to the same controller! | |||
1996-09-11 | Remove unneeded quirk, and only print drive capabilities if it appears the | Jason Downs | |
device actually filled in the information. | |||
1996-09-11 | correct kill(1) usage. | Michael Shalayeff | |
1996-09-11 | only support MALLOC_OPTIONS for non-setuid | Theo de Raadt | |
1996-09-10 | Fix deref of free()'d ptr. NetBSD PR#2747 from beal@dilbert.umiacs.umd.edu | Todd C. Miller | |
1996-09-10 | Bring pipe_stat prototype in scope | Niklas Hallqvist | |
1996-09-10 | make compile w/ TRACE enabled | Michael Shalayeff | |
1996-09-10 | fix the man acording to the recent changes. | Michael Shalayeff | |
1996-09-09 | TIOCMOD{G,S} -> TIOCM{GET,SET}. NetBSD PR#2741, Greg-Lindahl@deshaw.com | Jason Downs | |
1996-09-09 | fix db_add_symtab arguments. | Michael Shalayeff | |
1996-09-09 | Remove duplicated defines. | Jason Downs | |
1996-09-09 | iresolve constatnt to name combination, itsn't it more clear? | Michael Shalayeff | |
1996-09-09 | Don't claim a better precision than (1,000,000 / hz) us... | Thorsten Lockert | |