| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
| |
Notes:
svn path=/stable/3/; revision=50572
|
| |
|
|
|
|
|
|
|
|
| |
Also, mfc a modification to the file pager, to make it a little bit more
useful.
Approved by: jkh
Notes:
svn path=/stable/3/; revision=43935
|
| |
|
|
| |
Notes:
svn path=/stable/3/; revision=43934
|
| |
|
|
| |
Notes:
svn path=/stable/3/; revision=42951
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
of getopt (as in, multiple input lines :). This is documented in the
man page and is used in the code, but unistd.h and stand.h do not
declare it. Incidentally, it prevents me fixing a bug in loader's
code... :-)
PR: misc/9373
Submitted by: "Daniel C. Sobral" <dcs@newsguy.com>
Notes:
svn path=/head/; revision=42511
|
| |
|
|
| |
Notes:
svn path=/head/; revision=40903
|
| |
|
|
| |
Notes:
svn path=/head/; revision=40892
|
| |
|
|
|
|
|
|
|
|
| |
ordered. This brings the Alpha back to parity, and should bring us
BootForth on both platforms.
Submitted by: John Birrell (jb@freebsd.org)
Notes:
svn path=/head/; revision=40891
|
| |
|
|
|
|
|
| |
the Ficl interpreter read its softwords array OK.
Notes:
svn path=/head/; revision=40889
|
| |
|
|
| |
Notes:
svn path=/head/; revision=40878
|
| |
|
|
|
|
|
|
|
|
|
| |
in libstand, only for i386 until I locate an alpha setjmp/longjmp.
Minimal 64-bit gcc integer support for i386. This is kinda nasty, and
should be revisited once we decide whether the bootblocks need
quad arithmetic.
Notes:
svn path=/head/; revision=40874
|
| |
|
|
|
|
|
|
|
| |
assert()
setjmp()/longjmp()
vsprintf()
Notes:
svn path=/head/; revision=40805
|
| |
|
|
|
|
|
|
|
|
| |
etc. associated with the device entry.
Consider EOF an 'error' for fgetstr if we haven't read anything yet.
You *MUST* recompile and reinstall libstand before rebuilding the bootstrap.
Notes:
svn path=/head/; revision=40774
|
| |
|
|
|
|
|
| |
of the bootstrap (the bit which loads /boot/loader).
Notes:
svn path=/head/; revision=40520
|
| |
|
|
|
|
|
|
| |
The reason the Alpha has less room than the i386 is because the bootstrap
is given a 256K mapping by the firmware; to add more requires extra work.
Notes:
svn path=/head/; revision=40499
|
| |
|
|
|
|
|
| |
Alpha, and wasting potentially 64K-4 bytes of RAM just isn't an option.
Notes:
svn path=/head/; revision=40458
|
| |
|
|
| |
Notes:
svn path=/head/; revision=40036
|
| |
|
|
|
|
|
|
|
|
| |
(FAT12/16/32, VFAT).
Make a private copy of strcasecmp, as the "real" one uses the system ctype
header, which introduces locale poisoning.
Notes:
svn path=/head/; revision=40005
|
| |
|
|
| |
Notes:
svn path=/head/; revision=39942
|
| |
|
|
|
|
|
| |
code is still enabled (it's not very expensive).
Notes:
svn path=/head/; revision=39863
|
| |
|
|
|
|
|
|
|
|
| |
disks.
* Fix a whole raft of warnings, printf and otherwise.
* Make zalloc work for alpha (just a case of using the right typedef).
* Add some (disabled) malloc debug printing to stand.h.
Notes:
svn path=/head/; revision=39672
|
| |
|
|
|
|
|
| |
no longer reflects the mp_End - mp_Base equivalent.
Notes:
svn path=/head/; revision=39666
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
compact and much better one donated by Matt Dillon. Implement a simple
sbrk() which uses the existing setheap() api.
Remove the custom allocator from the UFS code. It wasn't working quite
right, and it shouldn't be needed with the new allocator.
Fix a serious problem with changing the value of already-existent
environment variables. Don't attempt to modify the supposedly-const
argument to putenv()
Fix an off-by-one sizing error in the zipfs code detected by the new
allocator.
Submitted by: zmalloc from Matt Dillon <dillon@backplane.com>
Notes:
svn path=/head/; revision=39665
|
| |
|
|
|
|
|
| |
inet address.
Notes:
svn path=/head/; revision=39607
|
| |
|
|
| |
Notes:
svn path=/head/; revision=39536
|
| |
|
|
|
|
|
|
|
|
| |
fragments
extremely badly if disk buffers are freed back into the main heap and the alpha
bootstrap has a restricted address space which just ran out :-(.
Notes:
svn path=/head/; revision=39529
|
| |
|
|
|
|
|
| |
complicated.
Notes:
svn path=/head/; revision=39528
|
| |
|
|
|
|
|
| |
Fix overlooked nullopen() implementation.
Notes:
svn path=/head/; revision=39469
|
| |
|
|
|
|
|
|
|
| |
them.
Submitted by: write-protected text segment in BTX
Notes:
svn path=/head/; revision=39468
|
| |
|
|
| |
Notes:
svn path=/head/; revision=39203
|
| |
|
|
|
|
|
| |
Sort out fs_ops, alloc/free.
Notes:
svn path=/head/; revision=38582
|
| |
|
|
|
|
|
| |
__attribute__(()) is a gccism - we use __dead2).
Notes:
svn path=/head/; revision=38506
|
| |
|
|
| |
Notes:
svn path=/head/; revision=38453
|
|
|
modules).
Obtained from: NetBSD, with some architectural changes and many additions.
Notes:
svn path=/cvs2svn/branches/MSMITH/; revision=38451
|