Age | Commit message (Collapse) | Author | |
---|---|---|---|
1997-03-07 | Support LAN cards with the REM bit set. | Jason Downs | |
1997-03-07 | Obsoleted with new tput code. Clear works inside tput now. | gene | |
1997-03-07 | Integrate clear into tput itself with silly argv munching. | gene | |
1997-03-07 | more generic SET WINDOW stuff | kstailey | |
1997-03-07 | mention collision found by Dobbertin | Niels Provos | |
1997-03-07 | more stuff | kstailey | |
1997-03-07 | From NetBSD (christos) [fixed typo introduced in comment]: | Todd C. Miller | |
If ``who'' was not specified, set the appropriate bits as the manual page states. ``chmod +s foo'' and ``chmod +t dir'' now work. | |||
1997-03-07 | Don't error out when chflags(2) fails if the target filesystem doesn't | Todd C. Miller | |
support file flags. Fix from NetBSD (minus the typo). | |||
1997-03-06 | remove stub get_params functions | kstailey | |
1997-03-06 | Initial implementation of support for calling hardpps() on carrier enable | Thorsten Lockert | |
1997-03-06 | Add control flag to call hardpps() on carrier change | Thorsten Lockert | |
1997-03-06 | Prototype hardpps() if PPS_SYNC option is present | Thorsten Lockert | |
1997-03-05 | Copyright foo. | briggs | |
1997-03-05 | Add some good notes from Mike Hibler (via NetBSD) | Niklas Hallqvist | |
1997-03-05 | Some minor KNF | Niklas Hallqvist | |
1997-03-05 | smm/01.setup/vax seems unnecessary | Niklas Hallqvist | |
1997-03-05 | Remove remnants of Tahoe. | Niklas Hallqvist | |
1997-03-05 | Add missing #include | Thorsten Lockert | |
1997-03-05 | added back usr/share/man/cat8/tahoe; we still ship these man pages, | flipk | |
and we don't want to break DESTDIR builds. this raises the question, do we really need to ship tahoe man pages? | |||
1997-03-04 | sprintf -> snprintf paranoia | bitblt | |
1997-03-04 | Pull in all of tcpd.h here, too, even though it's not really needed. | Jason Downs | |
1997-03-04 | Slightly cleaner. | Jason Downs | |
1997-03-04 | Remove kmem privs. | Jason Downs | |
1997-03-04 | Sync up with the current state of things--mi and mac68k. | briggs | |
1997-03-04 | Initialize path earlier so we never try to use it before it has been | Thorsten Lockert | |
initialized; from Time Pierce <twpierce@mail.bsd.uchicago.edu> | |||
1997-03-04 | Do not post-process directories in cpio mode | Thorsten Lockert | |
1997-03-04 | Add a suggested users group. | Jason Downs | |
1997-03-03 | add m88k to MID list for a.out. | Dale S. Rahn | |
1997-03-03 | When importing a tree, make certain that a bunch of garbage isn't left around. | Dale S. Rahn | |
1997-03-03 | Cleanup after import. This also seems to bring up the current version. | Dale S. Rahn | |
1997-03-03 | Third try at importing the mvme88k port. This is a working kernel | Dale S. Rahn | |
from nivas. Userland and compiler still need to be worked on. Make certain what directory the import is done from. | |||
1997-03-03 | Second try at importing the mvme88k port. This is a working kernel | Dale S. Rahn | |
from nivas. Userland and compiler still need to be worked on. | |||
1997-03-03 | This is a remove to get rid of the old mvme88k port which was incomplete | Dale S. Rahn | |
to replace it with a working version. The kernel compiles and works at least. The new version will be imported shortly. | |||
1997-03-03 | cleanup of powerpc miniroot/ramdisk installation, scrap floppy installation | Dale S. Rahn | |
since ramdisk installation works much better. | |||
1997-03-03 | Add a little ioctl at 4am to set the screen blanking. | Jason Downs | |
1997-03-03 | pc console ioctl interface. | Jason Downs | |
1997-03-03 | changed to CFLAGS+=, closes PR user/116. | flipk | |
1997-03-03 | changed a few 'CFLAGS=' to 'CFLAGS+='. closes PR user/116. | flipk | |
1997-03-03 | sync with reality | Jason Downs | |
1997-03-03 | cleanup | Todd C. Miller | |
1997-03-03 | Give usage message when atq used incorrectly. | Todd C. Miller | |
1997-03-03 | don't try to fseek to before the beginning of the file; | flipk | |
showed up after the fix to sys_lseek concerning negative offsets. avoids '/var/account/acct: Invalid argument' messages. | |||
1997-03-03 | fix typo | Jason Downs | |
1997-03-03 | Complain if invoked in a form that requires an argument and we didn't | Todd C. Miller | |
get one. | |||
1997-03-03 | Sync with NetBSD which is syncing with FreeBSD, whee! | Todd C. Miller | |
OpenBSD-specific changes are surrounded by #ifdef __OpenBSD__ or #ifndef __OpenBSD__ | |||
1997-03-02 | Say how many blocks were read/written in cpio mode | Thorsten Lockert | |
1997-03-02 | Fix up the XXX's I left (oops). | Todd C. Miller | |
1997-03-02 | add -fno-defer-pop to CFLAGS | kstailey | |
1997-03-02 | Sync msdosfs with NetBSD sans const-ness. NetSBD log messages: | Todd C. Miller | |
Fix panic on mkdir. Thanks to Dave Huang for finding the bug. Fixes a bug with allowed/forbidden characters in non-W95 filenames. Don't extend directory when nothing is written to it. | |||
1997-03-02 | Change MNT_NOATIME to unused value. This backs out the MNT_* renumbering | Todd C. Miller | |
that will surely hose people who try to run a new kernel on an old userland. |