Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-08-18 | also handle snprintf() < 0 | Theo de Raadt | |
2001-08-18 | more careful with snprintf result code | Theo de Raadt | |
2001-08-18 | be careful with snprintf/strlcpy - account for cases where they | Bob Beck | |
can return values bigger than the length specified. | |||
2001-08-18 | Fix functions to match prototypes. Old K&R doesn't make sense with inline | Marc Espie | |
stuff anyways. Ok millert@ | |||
2001-08-18 | typo from 1.50; biorn@chips.chalmers.se | Theo de Raadt | |
2001-08-18 | Range check snprintf() return value | Todd C. Miller | |
2001-08-18 | Fix a pasto I made when adding snprintf() return val checks ages ago. | Todd C. Miller | |
2001-08-18 | We don't provide COMPAT_1[234] options anymore. | Miod Vallat | |
2001-08-18 | from netbsd (no modifications worth writing about) | Jason Wright | |
2001-08-18 | Correct mapping of the kernel message buffer. From NetBSD | Miod Vallat | |
2001-08-18 | - Don't include sys/sched.h for now. | Artur Grabowski | |
- Our need_resched doesn't take an argument. | |||
2001-08-18 | more from netbsd | Jason Wright | |
2001-08-18 | Typo... | Miod Vallat | |
2001-08-18 | NKMEMCLUSTERS + PAGE_SIZE & co. | Artur Grabowski | |
2001-08-18 | VM_MBUF_SIZE and VM_KMEM_SIZE. | Artur Grabowski | |
2001-08-18 | Stuff from NetBSD/sparc64 and OpenBSD/sparc (no significant modification) | Jason Wright | |
2001-08-18 | If we modify pw_change we cannot pass pw_mkdb() the secureonly flag. | Todd C. Miller | |
We don't need to rebuild the v7 version of the file in this case but we have no way to communicate that to pw_mkdb since we pass in a boolean instead of a set of bit flags. | |||
2001-08-18 | More includes from NetBSD. | Artur Grabowski | |
No modifications. | |||
2001-08-18 | We still need splimp. | Artur Grabowski | |
2001-08-18 | A better fix | brian | |
2001-08-18 | Fix a possible buffer overflow; theo | brian | |
2001-08-18 | sync up libossaudio with NetBSD changes. | Brad Smith | |
-- - Add __BEGIN_DECLS & __END_DECLS for C++ - Make protection against multiple inclusion non-invasive wrt. name space - Use EAGAIN instead of EWOULDBLOCK. The actual numeric value is same, but EAGAIN is the posixly correct name - Remove white space - Change the behaviour to report emulated encodings, too - Implement SOUND_MIXER_INFO - Implement OSS_GETVERSION - Accept mixer values above max (100) - Handle the info from AUDIO_MIXER_DEVINFO properly, parts of it is opaque - Use accurate rounding in conversion between OSS and OpenBSD volume values - Map OSS mixer device "line1" to native mixer device "aux" -- Some testing by pvalchev@, no response from other testers in over a month and a half. | |||
2001-08-18 | A very minimal skeleton. Based on code in NetBSD and sparc. | Artur Grabowski | |
2001-08-18 | Well, we don't have a GENERIC yet, but we will have. | Artur Grabowski | |
2001-08-18 | Some more includes from NetBSD. | Artur Grabowski | |
No modifications. | |||
2001-08-18 | better handle things; spotted by millert | Theo de Raadt | |
2001-08-18 | I am sick and tired of bug reports LACKING INFORMATION. | Artur Grabowski | |
2001-08-18 | strlcpy invades the tree | Theo de Raadt | |
2001-08-18 | Some more includes from NetBSD. | Artur Grabowski | |
2001-08-18 | M_DEBUG is no longer needed. | Artur Grabowski | |
2001-08-18 | Make use of ax88190_stop_card and dl10019_stop_card. | Aaron Campbell | |
2001-08-18 | ofwboot.net compiles/links, too | Jason Wright | |
2001-08-18 | oops | Jason Wright | |
2001-08-18 | More files needed to compile/link ofwboot | Jason Wright | |
2001-08-18 | Support for PCMCIA network cards with an ASIX AX88190. Committing this over | Aaron Campbell | |
a Linksys PCMPC100 Ver 3 10/100 card that now works. | |||
2001-08-18 | Add MII routines to support the ASIX AX88190 MAC controller; from NetBSD. | Aaron Campbell | |
2001-08-18 | Enough of NetBSD/sparc64 for ofwboot to compile/link | Jason Wright | |
2001-08-18 | probe for ps2 model and check if kbd controller is present | Michael Shalayeff | |
for deciding on a20 method to use. based on csapuntz@'s info provided. | |||
2001-08-18 | write output port | Michael Shalayeff | |
2001-08-18 | Get rid of the opt_ PITA. | Artur Grabowski | |
2001-08-18 | Use kqueue for -f. | Artur Grabowski | |
2001-08-18 | undup -f Flag. | Marc Espie | |
2001-08-18 | prettier printing of states | Theo de Raadt | |
2001-08-18 | Document rules specific to the FSF subtree. | Marc Espie | |
Basically, not following these rules might mean deep shit later on. | |||
2001-08-18 | Clean up after brad. | Miod Vallat | |
2001-08-18 | typo. From: "Brian J. Kifiak" <bk@rt.fm> | Jun-ichiro itojun Hagino | |
2001-08-18 | remove pv_table, it is not referenced any longer. | Dale Rahn | |
2001-08-18 | make apm use kqueue for transferring events to luse listener. | Michael Shalayeff | |
apparently i thought i comitted this already before apmd. tested by me, art@ and jason@ . | |||
2001-08-18 | Only map memory above 256MB if the memory is present in the system. | Dale Rahn | |
2001-08-18 | make this compile __with__ akdb in the kernel configuration. | Dale Rahn | |
Without this, it would not configure on systems with akbd. |