Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-05-25 | krb5 main Makefile. | Hans Insulander | |
Set 'KERBEROS5=Yes' in /etc/mk.conf to enable the experimental kerberos5 support. | |||
2001-05-25 | krb5 administration tools. | Hans Insulander | |
2001-05-25 | krb5 user tools. | Hans Insulander | |
XXX asn1_compile should probably be moved to src/usr.bin instead. | |||
2001-05-25 | krb5 libexec, only the KDC so far. | Hans Insulander | |
2001-05-25 | krb5 libraries | Hans Insulander | |
2001-05-25 | Include stuff needed for Heimdal. | Hans Insulander | |
2001-05-25 | Import of heimdal-0.3e | Hans Insulander | |
2001-05-25 | Fix color table initialization for powerpc with wscons. | Dale Rahn | |
Without this fix some systems could come up black on black. | |||
2001-05-25 | Wisecom T210CT; from Daniel Lucq <dlucq@ieee.org>. | Federico G. Schwindt | |
2001-05-25 | regen. | Federico G. Schwindt | |
2001-05-25 | Wisecom T210CT; from Daniel Lucq <dlucq@ieee.org>. | Federico G. Schwindt | |
2001-05-25 | synbc | Theo de Raadt | |
2001-05-24 | Reword HISTORY section. | Aaron Campbell | |
2001-05-24 | WSEMUL_VT100 has been the default for awhile now. | Aaron Campbell | |
2001-05-24 | Stay within 80 column boundary. | Aaron Campbell | |
2001-05-24 | More DIAGNOSTIC checks. | Angelos D. Keromytis | |
2001-05-24 | don't perform escape processing when ``EscapeChar none''; ok markus@ | Kevin Steves | |
2001-05-24 | Move duplication of header (and tags) after assigning the flags, so | Angelos D. Keromytis | |
diagnostic code won't complain about mbuf with no M_PKTHDR flag set being treated as a packet header. Also, remove bogus re-initialization of tags. | |||
2001-05-24 | Sync with NetBSD: | Aaron Campbell | |
- Correct gain register initialization to fix L-R imbalance. - Allow to compile on alpha with DIAGNOSTIC. - Update TODO list. - Some delinting. | |||
2001-05-24 | Catch another weird case in diagnostics. | Angelos D. Keromytis | |
2001-05-24 | merge in perl 5.6.1 with our local changes | Todd C. Miller | |
2001-05-24 | stock perl 5.6.1 | Todd C. Miller | |
2001-05-24 | Add isakmpd.pid to the FILES section. | Hakan Olsson | |
2001-05-24 | Minor repair. | Miod Vallat | |
2001-05-24 | add blobs. | Artur Grabowski | |
2001-05-24 | fix comment; from jakob@ | Markus Friedl | |
2001-05-24 | If the copied tag head is empty, initialize it properly. This (along | Angelos D. Keromytis | |
with the kern/uipc_mbuf.c commit) should solve the NFS crashes. | |||
2001-05-24 | If the copied tag container is empty, initialize it properly. | Angelos D. Keromytis | |
2001-05-24 | Add a compile/grep/id-utils mode. | Artur Grabowski | |
The only pollution this code introduces in the rest of thed code is a call to an init function in main(). In the future we might want to load extensions like this dynamically. Of course I did the test compile in the compile mode. | |||
2001-05-24 | No need for the extra prefixes here anymore. | Artur Grabowski | |
2001-05-24 | No need for those extra maps now. | Artur Grabowski | |
2001-05-24 | Make the keymap/mode table growable in runtime. | Artur Grabowski | |
2001-05-24 | Don't assume that map_table[0] is the fundamental map. | Artur Grabowski | |
2001-05-24 | Add a missing piece of something I committed by accident that I | Artur Grabowski | |
planned to add later. A new flag to veread (and caller) called EFDEF that indicates that when a user is prompted for input, a default value is given from start in the output buffer. | |||
2001-05-24 | Break out function -> name mappings to an own file. | Artur Grabowski | |
Add a possibility to dynamically extend the function table. | |||
2001-05-24 | fix back a piece of my own stupidity | Michael Shalayeff | |
2001-05-24 | Give the arguments in the right order to keyname. | Artur Grabowski | |
2001-05-24 | Garbage collect procfs_findtextvp(). | Aaron Campbell | |
2001-05-24 | - fix pr 1548: Cannot set arbitrary atime/mtime on ext2fs volume | jasoni | |
- checked by gluk@ | |||
2001-05-24 | Angelos' Fuji camera is an 8070i device and it only accepts 12 byte CDBs. | Constantine Sapuntzakis | |
I'm going to guess that ATAPI and QIC157 devices also want 12-byte CDBs. So, pad CDBs to be 12 bytes for ATAPI, QIC157, 8070i (as well as UFI devices) Also, remove an overly paranoid check in BBB state machine which actually violates the spec. This is half of getting Angelos' Olympus camera to work. The other half involves a semi-violent rewrite of the sd scsi driver to make it more tolerant. | |||
2001-05-24 | style/cleanup (of function headers) | jasoni | |
2001-05-24 | When releasing the tx buffers, walk through all of them, don't abort when | Artur Grabowski | |
we find a descriptor with mb_head == NULL. It happens sometimes that we have NOPs in the tx chains and normal buffers after the NOP. | |||
2001-05-24 | Fix fragment handling for SNDCTL_DSP_GETxSPACE ioctls; per NetBSD PR/12796. | Aaron Campbell | |
The kernel part of this fixes sound emulation for version 1.37c of the Linux binary of Snes9x (Super Nintendo emulator). The userland equivalent fix should allow espie to remove his local audio hacks in the squeak port. | |||
2001-05-24 | Correctly handle gif(4) interface passing down AF_LINK family frames | Angelos D. Keromytis | |
(which we treat as ethernet frames). itojun@ ok | |||
2001-05-24 | Check malloc() return value, from tedu@heorot.stanford.edu | Angelos D. Keromytis | |
2001-05-24 | Check malloc() return value, from tedu@heorot.stanford.edu | Angelos D. Keromytis | |
2001-05-24 | Check malloc() returns, from tedu@heorot.stanford.edu, ok aaron@ | Angelos D. Keromytis | |
2001-05-24 | Initialize p to NULL in lookup. | Artur Grabowski | |
How this could have ever worked without this is beyond me. | |||
2001-05-24 | Check return values (tedu@heorot.stanford.edu) | Angelos D. Keromytis | |
2001-05-24 | Dereference mbuf after validity check (tedu@heorot.stanford.edu) | Angelos D. Keromytis | |