Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
1999-11-10 | calloc() needs to be separate from malloc in case a user wants to have | Todd C. Miller | |
their own malloc() implementation. | |||
1999-11-10 | Fix typo in printf | Chris Cappuccio | |
1999-11-10 | include syscallnames only if compiling w/ SYSCALL_DEBUG. | Michael Shalayeff | |
was already so for native and sunos, the rest was just wasting space on it. niels@ millert@ ok | |||
1999-11-10 | Turn on strict-prototypes, add missing prototypes. | Marc Espie | |
Move main prototype to main.c, as this is not used from any other file. Close open bug. | |||
1999-11-10 | Make ParseSkipLine more regular: | Marc Espie | |
perform the exit tests before checking for EOF. This makes behavior while scanning tests more regular. e.g, .if defined(UVM) && ${UVM} == "yes" ... .endif without a final newline at the endif should always work, instead of being an error half the time... | |||
1999-11-09 | Fix lengths of scsi cmds | Angelos D. Keromytis | |
1999-11-09 | user/958: check ~/.ssh/known_hosts for rhosts-rsa, too, ok niels/millert | Markus Friedl | |
1999-11-09 | Add a man page for /dev/zero. | Aaron Campbell | |
1999-11-09 | Merge calloc(3) man page into malloc.3; as suggested by millert@ | Aaron Campbell | |
1999-11-09 | Install a shared libperl and link against it. Put libperl in /usr/lib | Todd C. Miller | |
where it belongs instead of in /usr/libdata/perl5/alpha-openbsd/5.00503/CORE. The shared lib version number will get cranked for each new perl release so this is safe to do. | |||
1999-11-09 | Move calloc() into malloc.c and only zero out the area if malloc() | Todd C. Miller | |
didn't do so for us. By default, malloc() zeros out the space it allocates but the programmer cannot rely on this as it is implementation- specific (and configurable via /etc/malloc.conf) | |||
1999-11-09 | remove really lame bug espie created; ca@zardoc.endmail.org | Theo de Raadt | |
1999-11-09 | Add SIOCSIFMEDIA and SIOCGIFMEDIA to the switch in ifioctl(). SIOCSIFMEDIA | Todd C. Miller | |
is only allowed if the user is the superuser. Aparently this got missed when the ifmedia support was added in ages ago. More or less based on how NetBSD does it (though it is rather obvious). | |||
1999-11-09 | sync | Niels Provos | |
1999-11-09 | neomagic 256av | Niels Provos | |
1999-11-09 | Bump minor for addition of strtok_r. | Artur Grabowski | |
1999-11-09 | Adapt to changed pmap_enter API (the extra argument is a no-op). | Artur Grabowski | |
1999-11-09 | Adapt to pmap_enter changes. | Artur Grabowski | |
1999-11-09 | Install man-page links for strtok_r. | Artur Grabowski | |
1999-11-09 | Document strtok_r. | Artur Grabowski | |
1999-11-09 | Implement strtok_r. | Artur Grabowski | |
1999-11-09 | Add OpenBSD tags. | Dale S. Rahn | |
changes to boot on Apple iMac G3 (333). ethernet address changes Locore.c OpenBSD tag hack to delay decrementer exception until after bootload, apple OFW enables interrupts during "system calls" add OF_call_method, to make ofw call by name. Apple OFW can return unexpected values from getchar calls. alloc.c OpenBSD tag boot.c OpenBSD tag updated (but still unused load symbol code). Code cleanup for egcs. cache.c OpenBSD tag use dcbst, not dcbf icbi has both arguments as registers, not constant and register. net.c OpenBSD tag netif_of.c OpenBSD tag add "local-mac-address" to methods of fetching mac address, it can be stored in that variable or in mac-address. support dma buffers, add additional return value for OF_read for network timeout purposes. ofdev.c OpenBSD tag support dma buffers, ofdev.h OpenBSD tag add dmabuf remove MAC default kernel def. ofwmagic.S OpenBSD tag openfirm.h OpenBSD tag boot.mac/Makefile Build debug, - not used for version 3 apple openfirmware, ie imacs. | |||
1999-11-09 | Remove old unused config files. | Dale S. Rahn | |
IPX added to GENERIC, only because last released kernels were built that way. | |||
1999-11-09 | Additional changes due to the fallout of the p4e -> ppc changes. | Dale S. Rahn | |
1999-11-09 | Merge error in previous version caused compilation failure. | Dale S. Rahn | |
Commit properly started and terminated. |